Skip to content

Commit d1fc319

Browse files
authored
fix: add Bun setup step to publish workflow
Added setup step for Bun in the publish workflow.
1 parent b4e581c commit d1fc319

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v5
1616

17+
- name: Setup Bun
18+
uses: oven-sh/setup-bun@v2
19+
with:
20+
bun-version-file: package.json
21+
1722
- name: Semantic Release
1823
uses: cycjimmy/semantic-release-action@v5
1924
env:

0 commit comments

Comments
 (0)