зеркало из https://github.com/github/remote-form.git
Enable provenance when publishing
This commit is contained in:
Родитель
f9bccca6fb
Коммит
908dbb1d9d
|
@ -6,6 +6,7 @@ on:
|
|||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
publish-npm:
|
||||
|
@ -24,6 +25,6 @@ jobs:
|
|||
- run: npm version ${TAG_NAME} --git-tag-version=false
|
||||
env:
|
||||
TAG_NAME: ${{ github.event.release.tag_name }}
|
||||
- run: npm whoami; npm --ignore-scripts publish
|
||||
- run: npm whoami; npm --ignore-scripts publish --provenance
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
|
||||
|
|
Загрузка…
Ссылка в новой задаче