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.
2 parents 53fd9cc + d5737c0 commit 2bbb40fCopy full SHA for 2bbb40f
.github/workflows/release.yaml
@@ -17,6 +17,6 @@ jobs:
17
registry-url: https://registry.npmjs.org/
18
- run: pnpm install --ignore-scripts
19
- name: publish
20
- run: pnpm publish
+ run: pnpm publish --no-git-checks
21
env:
22
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments