Skip to content

Commit

Permalink
publish npm packages with build provenance
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <[email protected]>
  • Loading branch information
bdehamer committed Feb 26, 2024
1 parent 8f53a1d commit 7f96bd6
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 7f96bd6

Please sign in to comment.