Skip to content

Commit

Permalink
Merge pull request #1674 from actions/npm-provenance
Browse files Browse the repository at this point in the history
publish npm packages with build provenance
  • Loading branch information
bdehamer committed Feb 26, 2024
2 parents 8f53a1d + 7f96bd6 commit 9e5eb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
NPM_TOKEN: ${{ secrets.TOKEN }}

- name: publish
run: npm publish *.tgz
run: npm publish --provenance *.tgz

- name: notify slack on failure
if: failure()
Expand Down

0 comments on commit 9e5eb95

Please sign in to comment.