mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 01:49:07 +08:00
publish npm packages with build provenance
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
parent
8f53a1d37f
commit
7f96bd610d
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
NPM_TOKEN: ${{ secrets.TOKEN }}
|
NPM_TOKEN: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
run: npm publish *.tgz
|
run: npm publish --provenance *.tgz
|
||||||
|
|
||||||
- name: notify slack on failure
|
- name: notify slack on failure
|
||||||
if: failure()
|
if: failure()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user