Skip to content

Commit

Permalink
Add provenance to npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaders committed Oct 4, 2024
1 parent 1e4b700 commit 276e42d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:

- name: Publish
if: steps.release.outputs.released == 'true'
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
with:
token: ${{ secrets.NPM_TOKEN }}
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 276e42d

Please sign in to comment.