Skip to content

Commit

Permalink
chore(npm): add --provenance to improve package transparency (#29)
Browse files Browse the repository at this point in the history
chore(npm): add `--provenance` to improve transparency
  • Loading branch information
wellwelwel authored Aug 30, 2024
1 parent 996c41a commit ba1670f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
release-please:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -53,4 +54,4 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish
run: npm publish --provenance

0 comments on commit ba1670f

Please sign in to comment.