Skip to content

Commit

Permalink
add --provenance to npm publish for
Browse files Browse the repository at this point in the history
  • Loading branch information
nfriedly authored May 29, 2024
1 parent 18ac50b commit c6afb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Publish to npm
run: npm publish
run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Build package to upload to GitHub releases
Expand Down

0 comments on commit c6afb01

Please sign in to comment.