Skip to content

Commit c207257

Browse files
committed
Change bun publish step in workflow
1 parent d00a7e7 commit c207257

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: oven-sh/setup-bun@v2
18+
with:
19+
registry-url: "https://registry.npmjs.org"
1820
- run: bun install
1921
- run: bun test
2022
- name: Upload coverage to Codecov
@@ -24,4 +26,5 @@ jobs:
2426
- run: bun run build
2527
- run: bun publish
2628
env:
29+
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2730
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)