We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab45ba6 commit a0c0c3cCopy full SHA for a0c0c3c
.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 --no-git-checks --access public
+ - run: pnpm publish --provenance --access public
36
env:
37
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments