Skip to content

Commit

Permalink
fix(ci): setup bun
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernxst committed Jun 22, 2024
1 parent 1ab8d43 commit df6c8c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,10 @@ jobs:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

- name: 📤 Install Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: 🌍 Publish to JSR
run: bunx jsr publish

0 comments on commit df6c8c4

Please sign in to comment.