Skip to content

Commit

Permalink
Add --provenance flag to publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kouak committed Jun 7, 2024
1 parent 3d92284 commit a0284d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@ jobs:
- name: deploy packages
# --no-git-checks because we're publishing from a tag pipeline and not a branch pipeline
# See here: https://github.com/pnpm/pnpm/issues/5894
run: pnpm publish --no-git-checks
run: pnpm publish --no-git-checks --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit a0284d8

Please sign in to comment.