Skip to content

Commit a0c0c3c

Browse files
authored
add --provenance for pnpm publish
1 parent ab45ba6 commit a0c0c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Set version to release tag 📝
3333
run: pnpm version from-git --no-commit-hooks --no-git-tag-version --allow-same-version
3434

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

0 commit comments

Comments
 (0)