Merge pull request #1674 from actions/npm-provenance

publish npm packages with build provenance
This commit is contained in:
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

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