We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea843f commit 05572c3Copy full SHA for 05572c3
1 file changed
.github/workflows/publish.yml
@@ -6,6 +6,7 @@ on:
6
7
permissions:
8
contents: read
9
+ id-token: write
10
11
jobs:
12
publish-npm:
@@ -24,6 +25,4 @@ jobs:
24
25
npm version ${TAG_NAME} --git-tag-version=false
26
env:
27
TAG_NAME: ${{github.event.release.tag_name}}
- - run: npm whoami; npm --ignore-scripts publish
28
- env:
29
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ - run: npm --ignore-scripts publish --provenance
0 commit comments