We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d169be1 commit 119e296Copy full SHA for 119e296
1 file changed
.github/workflows/publish_to_npm.yaml
@@ -46,4 +46,4 @@ jobs:
46
run: pnpm run build
47
48
- name: Publish to NPM
49
- run: pnpm publish --provenance --access public --tag ${{ inputs.tag }}
+ run: pnpm publish --provenance --access public --no-git-checks --tag ${{ inputs.tag }}
0 commit comments