Skip to content

Commit 04a5e5a

Browse files
fix: add setup-bun step to release workflow
1 parent c217cb8 commit 04a5e5a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22+
- name: Install Bun
23+
uses: oven-sh/setup-bun@v2.2.0
24+
2225
- name: Setup Pantry
2326
uses: home-lang/pantry/packages/action@main
2427

0 commit comments

Comments
 (0)