Skip to content

Commit 1d537f9

Browse files
committed
fix bun publish
1 parent 3fbbba9 commit 1d537f9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish-to-npm-registry.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
run: bun run check
3434

3535
- name: Publish to NPM
36-
run: |
37-
bun config set --global registry https://registry.npmjs.org/
38-
bun publish --access public
36+
run: bun publish --access public
3937
env:
40-
BUN_NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38+
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)