Skip to content

Commit 500a85f

Browse files
committed
chore: fix npm env variable in release workflow
1 parent 88395d8 commit 500a85f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cd ../utopia-tailwind-merge
3131
bun publish
3232
env:
33-
BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
33+
NPM_CONFIG_TOKEN: ${{secrets.NPM_TOKEN}}
3434

3535
- name: Generate changelogs
3636
run: bunx changelogithub

0 commit comments

Comments
 (0)