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 133d4b6 commit 1a88fd2Copy full SHA for 1a88fd2
.github/workflows/publish.yml
@@ -4,6 +4,10 @@ on:
4
release:
5
types: [created]
6
7
+permissions:
8
+ contents: read
9
+ id-token: write
10
+
11
jobs:
12
publish-npm:
13
runs-on: ubuntu-latest
@@ -19,6 +23,6 @@ jobs:
19
23
- run: npm version ${TAG_NAME} --git-tag-version=false
20
24
env:
21
25
TAG_NAME: ${{ github.event.release.tag_name }}
22
- - run: npm whoami; npm --ignore-scripts publish
26
+ - run: npm whoami; npm --ignore-scripts publish --provenance
27
28
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments