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 882ef23 commit e007c1cCopy full SHA for e007c1c
.github/workflows/release.yml
@@ -38,6 +38,6 @@ jobs:
38
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
39
40
- name: Publish package
41
- run: pnpm publish
+ run: pnpm publish --no-git-checks
42
env:
43
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments