Skip to content

Commit bbfd7ef

Browse files
fix: add setup-bun to publish-commit job
1 parent 0a445af commit bbfd7ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
with:
9696
fetch-depth: 0
9797

98+
- name: Install Bun
99+
uses: oven-sh/setup-bun@v2.2.0
100+
98101
- name: Setup Pantry
99102
uses: home-lang/pantry/packages/action@main
100103

0 commit comments

Comments
 (0)