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 53fd9cc commit d5737c0Copy full SHA for d5737c0
.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