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 faee8a2 commit 11a6f73Copy full SHA for 11a6f73
.github/workflows/release.yml
@@ -2,6 +2,7 @@ name: Release
2
3
permissions:
4
contents: write
5
+ id-token: write
6
7
on:
8
workflow_dispatch:
@@ -14,7 +15,7 @@ jobs:
14
15
- uses: actions/checkout@v3
16
- uses: actions/setup-node@v3
17
with:
- node-version: 20
18
+ node-version: 24
19
registry-url: https://registry.npmjs.org/
20
- name: run tests
21
run: |
@@ -35,6 +36,4 @@ jobs:
35
36
37
tag: 'v${{ steps.package-version.outputs.current-version }}'
38
body: '${{ steps.parse-changelog.outputs.body }}'
- - run: npm publish --access public
39
- env:
40
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ - run: npm publish --access public --provenance
0 commit comments