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 517682b commit 8bb8f71Copy full SHA for 8bb8f71
.github/workflows/publish.yml
@@ -61,6 +61,6 @@ jobs:
61
run: pnpm exec webpack --config webpack.config.js --mode production
62
63
- name: Publish to NPM
64
- run: pnpm publish
+ run: pnpm publish --no-git-checks
65
env:
66
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments