Merge pull request #1674 from actions/npm-provenance
publish npm packages with build provenance
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user