There was an error while loading. Please reload this page.
1 parent 3fbbba9 commit 1d537f9Copy full SHA for 1d537f9
1 file changed
.github/workflows/publish-to-npm-registry.yml
@@ -33,8 +33,6 @@ jobs:
33
run: bun run check
34
35
- name: Publish to NPM
36
- run: |
37
- bun config set --global registry https://registry.npmjs.org/
38
- bun publish --access public
+ run: bun publish --access public
39
env:
40
- BUN_NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments