Skip to content

Commit

Permalink
fix: attempt publishing with provenance again
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Nov 25, 2024
1 parent 6a40ccf commit 3e6164f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
permissions:
contents: write
pull-requests: write
id-token: write

jobs:
release-please:
Expand Down Expand Up @@ -45,4 +46,4 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: npm publish
run: npm publish --provenance --access public

0 comments on commit 3e6164f

Please sign in to comment.