Skip to content

Commit 9561ddc

Browse files
fix: add setup-bun to publish-commit job
1 parent cbbb827 commit 9561ddc

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
@@ -99,6 +99,9 @@ jobs:
9999
with:
100100
fetch-depth: 0
101101

102+
- name: Install Bun
103+
uses: oven-sh/setup-bun@v2.2.0
104+
102105
- name: Setup Pantry
103106
uses: home-lang/pantry/packages/action@main
104107

0 commit comments

Comments
 (0)