Skip to content

Commit 41c812b

Browse files
author
Raul de Melo
committed
change environment variable for publishing
1 parent 76d4db3 commit 41c812b

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
@@ -24,6 +24,6 @@ jobs:
2424
uses: changesets/action@v1.4.10
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
27+
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
2828
with:
2929
publish: bun publish --cwd=packages/cli --access public

0 commit comments

Comments
 (0)