Skip to content

Commit 5f56e92

Browse files
committed
fix: add setup-bun to publish-commit job
1 parent 286f792 commit 5f56e92

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
@@ -120,6 +120,10 @@ jobs:
120120
with:
121121
fetch-depth: 0
122122

123+
- name: Install Bun
124+
uses: oven-sh/setup-bun@v2.2.0
125+
126+
123127
- name: Setup Pantry
124128
uses: home-lang/pantry/packages/action@main
125129

0 commit comments

Comments
 (0)