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 5bd29ad commit b40b2eeCopy full SHA for b40b2ee
.github/workflows/publish-package.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Publish version
33
if: steps.release.outputs.tag == ''
34
- run: pnpm publish
+ run: pnpm publish --no-git-checks
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
37
0 commit comments