We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d721a4f commit 4cef34eCopy full SHA for 4cef34e
.github/workflows/npm-publish.yml
@@ -10,6 +10,8 @@ on:
10
jobs:
11
deploy:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ id-token: write
15
steps:
16
- uses: actions/checkout@v4
17
- name: Use Node.js ${{ matrix.node-version }}
@@ -23,6 +25,6 @@ jobs:
23
25
- run: npm version ${TAG_NAME} --git-tag-version=false
24
26
env:
27
TAG_NAME: ${{ github.event.release.tag_name }}
- - run: npm publish
28
+ - run: npm publish --provenance --access public
29
30
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
0 commit comments