Skip to content

Commit

Permalink
Enable provenance during publish
Browse files Browse the repository at this point in the history
  • Loading branch information
leroykorterink committed Dec 12, 2023
1 parent a23f27f commit 34cbd0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ jobs:
git tag $(npm pkg get version | tr -d '"') -m "v$(npm pkg get version | tr -d '"')"
- name: Publish to NPM
uses: JS-DevTools/npm-publish@v2
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
provenance: true
ignore-scripts: false

- name: Push latest version
Expand Down

0 comments on commit 34cbd0f

Please sign in to comment.