mirror of https://github.com/actions/toolkit
publish npm packages with build provenance
Signed-off-by: Brian DeHamer <bdehamer@github.com>pull/1674/head
parent
8f53a1d37f
commit
7f96bd610d
|
@ -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