Skip to content

Commit

Permalink
add --provenance for pnpm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
noqcks authored Feb 15, 2025
1 parent ab45ba6 commit a0c0c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -32,6 +32,6 @@ jobs:
- name: Set version to release tag 📝
run: pnpm version from-git --no-commit-hooks --no-git-tag-version --allow-same-version

- run: pnpm publish --no-git-checks --access public
- run: pnpm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a0c0c3c

Please sign in to comment.