Skip to content

Commit c682e74

Browse files
authored
Fix: build-release.yaml (#45)
1 parent 2575123 commit c682e74

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
permissions:
1212
contents: write
1313
id-token: write
14+
1415
steps:
1516
- uses: actions/checkout@v4
1617
with:
17-
token: ${{ secrets.GITHUB_TOKEN }}
1818
fetch-depth: 0
1919

2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: '22.x'
22+
node-version: '22.14.0'
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Install dependencies
@@ -33,5 +33,4 @@ jobs:
3333
- name: Publish package
3434
run: npm run release
3535
env:
36-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)