Skip to content

Commit 4fa8f90

Browse files
committed
Use bun for publishing
1 parent 49d3920 commit 4fa8f90

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- uses: oven-sh/setup-bun@v1
19+
20+
- name: Install dependencies
21+
run: bun install
22+
1823
- name: Publish package
19-
run: npx jsr publish
24+
run: bunx jsr publish

0 commit comments

Comments
 (0)