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 2b25dca commit e4f6233Copy full SHA for e4f6233
.github/workflows/release.yml
@@ -41,6 +41,6 @@ jobs:
41
run: pnpm build
42
43
- name: Publish to npm
44
- run: pnpm publish
+ run: pnpm publish --no-git-checks
45
env:
46
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments