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 4b23c9f commit eca2328Copy full SHA for eca2328
.github/workflows/release.yml
@@ -30,6 +30,6 @@ jobs:
30
run: pnpm install
31
32
- name: Publish package on npmjs.com
33
- run: pnpm publish
+ run: pnpm publish --no-git-checks
34
env:
35
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments