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 5946f60 commit 49ba16fCopy full SHA for 49ba16f
.github/workflows/publish.yml
@@ -23,6 +23,6 @@ jobs:
23
#- run: pnpm test
24
- run: pnpm build
25
26
- - run: pnpm publish --access public
+ - run: pnpm publish --access public --no-git-checks
27
env:
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments