We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88395d8 commit 500a85fCopy full SHA for 500a85f
1 file changed
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
cd ../utopia-tailwind-merge
31
bun publish
32
env:
33
- BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NPM_CONFIG_TOKEN: ${{secrets.NPM_TOKEN}}
34
35
- name: Generate changelogs
36
run: bunx changelogithub
0 commit comments