Skip to content

Commit c72f98b

Browse files
fix(ci): pin Bun 1.3.9 in release-cli-fork (#5)
* fix(ci): keep a stable fork-sync branch * fix(ci): pin Bun 1.3.9 in fork CLI release
1 parent 44667de commit c72f98b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release-cli-fork.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Setup Bun
31-
uses: ./.github/actions/setup-bun
31+
uses: oven-sh/setup-bun@v2
32+
with:
33+
bun-version: "1.3.9"
34+
35+
- name: Install dependencies
36+
run: bun install
3237

3338
- name: Resolve tag and version
3439
id: meta

0 commit comments

Comments
 (0)