diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecbe5ce..c182cfd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - run: pnpm install - - run: pnpm publish -r --access public + - run: pnpm publish -r --access public --no-git-checks env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} NPM_CONFIG_PROVENANCE: true diff --git a/package.json b/package.json index 9d705a1..b739616 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shadcn-ng", "type": "module", - "version": "0.0.0", + "version": "0.1.0", "packageManager": "pnpm@9.9.0", "description": "Accessible and customizable components that you can copy and paste into your apps. Free. Open Source. Use this to build your own component library.", "author": "Adrián UB",