We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba980b commit 187038cCopy full SHA for 187038c
1 file changed
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- run: pnpm run build
30
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
31
- - run: pnpm publish
+ - run: pnpm publish --no-git-checks
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
34
0 commit comments