mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
publish npm packages with build provenance
Signed-off-by: Brian DeHamer <[email protected]>
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