mirror of https://github.com/actions/toolkit
Merge pull request #1674 from actions/npm-provenance
publish npm packages with build provenancepull/1675/head
commit
9e5eb95517
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue