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 cdb8feb commit 29672d0Copy full SHA for 29672d0
.github/workflows/ci.yml
@@ -26,6 +26,6 @@ jobs:
26
- run: pnpm check
27
- name: Publish package to NPM
28
if: startsWith(github.ref, 'refs/tags/v')
29
- run: pnpm publish --access public
+ run: pnpm publish --no-git-checks --access public
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments