mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 16:31:06 +08:00
Merge pull request #1674 from actions/npm-provenance
publish npm packages with build provenance
This commit is contained in:
commit
9e5eb95517
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
@ -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…
x
Reference in New Issue
Block a user