Skip to content

Commit 7394a7e

Browse files
committed
chore: resolve release flow
1 parent b834312 commit 7394a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Publish To npm
3333
run: bun publish --access public
3434
env:
35-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
35+
BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3636

3737
- name: Create GitHub Release
3838
run: bunx changelogithub

0 commit comments

Comments
 (0)