diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20537ed..99fedac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # Uncomment the following lines to publish to npm on CI - run: pnpm install - - run: pnpm publish -r --access public + - run: pnpm publish --no-git-checks -r --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} NPM_CONFIG_PROVENANCE: true