1
0
Fork 0

Merge pull request #1674 from actions/npm-provenance

publish npm packages with build provenance
pull/1675/head
Brian DeHamer 2024-02-26 11:13:32 -08:00 committed by GitHub
commit 9e5eb95517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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()