Skip to content

Commit

Permalink
Merge pull request #33 from jasonkarns/npm-provenance
Browse files Browse the repository at this point in the history
try publishing with provenance
  • Loading branch information
jasonkarns authored May 14, 2024
2 parents 5ad58fc + 9f83b50 commit 4bf7239
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 @@ -19,11 +19,12 @@ jobs:
npm:
runs-on: ubuntu-latest
permissions: { id-token: write }
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
- run: npm publish
- run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}

0 comments on commit 4bf7239

Please sign in to comment.