We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c276254 + d013429 commit 4b28588Copy full SHA for 4b28588
1 file changed
.github/workflows/publish.yaml
@@ -5,6 +5,7 @@ on:
5
6
permissions:
7
contents: read
8
+ id-token: write
9
10
jobs:
11
publish-npm:
@@ -24,6 +25,4 @@ jobs:
24
25
- run: npm run compile
26
- run: npm test
27
- run: echo "Publishing string-offsets"
- - 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