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 23fc341 commit 53d5d93Copy full SHA for 53d5d93
.github/workflows/release.yml
@@ -7,6 +7,8 @@ on:
7
8
jobs:
9
publish-ts-reader:
10
+ permissions:
11
+ id-token: write
12
if: startsWith(github.ref, 'refs/tags/pkg-')
13
defaults:
14
run:
@@ -16,14 +18,12 @@ jobs:
16
18
- uses: actions/checkout@v5
17
19
- uses: actions/setup-node@v5
20
with:
- node-version: '22.x'
21
+ node-version: '24.x'
22
registry-url: 'https://registry.npmjs.org'
23
- run: npm version from-git --git-tag-version=false
24
- run: npm ci
25
- run: npm run build
26
- run: npm publish
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
27
28
publish-rs-reader:
29
runs-on: ubuntu-latest
0 commit comments