We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a46349 commit 493a27cCopy full SHA for 493a27c
.github/workflows/publish.yml
@@ -32,6 +32,6 @@ jobs:
32
- name: Set version to release tag 📝
33
run: pnpm version from-git --no-commit-hooks --no-git-tag-version --allow-same-version
34
35
- - run: pnpm publish --provenance --access public
+ - run: pnpm publish --provenance --no-git-checks --access public
36
env:
37
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments