Skip to content

Commit 34322bb

Browse files
fix: add setup-bun to publish-commit job
1 parent 259d177 commit 34322bb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ jobs:
9292
with:
9393
fetch-depth: 0
9494

95+
- name: Install Bun
96+
uses: oven-sh/setup-bun@v2.2.0
97+
98+
9599
- name: Setup Pantry
96100
uses: home-lang/pantry/packages/action@main
97101

0 commit comments

Comments
 (0)