We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0294030 commit 04cd625Copy full SHA for 04cd625
1 file changed
.github/workflows/release.yml
@@ -31,6 +31,7 @@ on:
31
32
permissions:
33
contents: write
34
+ id-token: write
35
36
concurrency:
37
group: release-${{ github.ref }}
@@ -111,6 +112,5 @@ jobs:
111
112
113
- name: Publish to npm
114
env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
115
NPM_TAG: ${{ inputs.npm_tag }}
116
run: npm publish --access public --tag "$NPM_TAG"
0 commit comments