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 14c52e1 commit 28dfb7cCopy full SHA for 28dfb7c
.github/workflows/npm-publish.yml
@@ -37,7 +37,7 @@ jobs:
37
environment: production
38
runs-on: ubuntu-latest
39
permissions:
40
- id-token: write
+ id-token: write # Required for OIDC
41
steps:
42
- uses: actions/checkout@v5
43
- uses: actions/setup-node@v6
@@ -52,6 +52,4 @@ jobs:
52
path: ./dist
53
- name: Set new version
54
run: npm version --no-git-tag-version ${{ env.RELEASE_VERSION }}
55
- - run: npm publish --provenance
56
- env:
57
- NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
+ - run: npm publish
0 commit comments