Skip to content

Commit 91272e9

Browse files
ci(cli): pin bun canary to 1.3.0-canary.20251021.1 in release workflow to work around binary build crashes.
This change stabilizes CI for CLI releases by using a known-good Bun canary. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent 5cc4e92 commit 91272e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
ref: ${{ inputs.checkout-ref || github.sha }}
6767

6868
- uses: ./.github/actions/setup-project
69+
with:
70+
bun-version: '1.3.0-canary.20251021.1'
6971

7072
- name: Download staging metadata
7173
if: inputs.artifact-name != ''

0 commit comments

Comments
 (0)