We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de25bf commit 39a5a70Copy full SHA for 39a5a70
.github/workflows/deploy.yml
@@ -37,6 +37,6 @@ jobs:
37
run: pnpm build
38
39
- name: Publish
40
- run: pnpm publish
+ run: pnpm publish --no-git-checks
41
env:
42
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments