Skip to content

Commit 291b064

Browse files
committed
fix(quoteforge[dist]): pin bun to 1.2.10 for stable darwin signing
1 parent 6627965 commit 291b064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- uses: oven-sh/setup-bun@v2
4646
with:
47-
bun-version: latest
47+
bun-version: "1.2.10"
4848

4949
- name: Install deps
5050
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)