Skip to content

Commit 32afdf4

Browse files
committed
add token to release
1 parent d1c3d4b commit 32afdf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v6
2424
with:
2525
node-version: "22"
26+
registry-url: "https://registry.npmjs.org"
2627

2728
- uses: oven-sh/setup-bun@v2
2829
with:
@@ -46,6 +47,7 @@ jobs:
4647
publish: bun run release
4748
env:
4849
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4951
NPM_CONFIG_PROVENANCE: true
5052

5153
- name: Create GitHub Releases

0 commit comments

Comments
 (0)