spawn/.github
A 7af389387d
fix: eliminate release race condition causing 404 on cloud bundle downloads (#2475)
The cli-release workflow was deleting releases before recreating them,
leaving a window where users downloading cloud bundles (gcp.js, aws.js,
etc.) would get a 404. This affected all clouds on every push to main.

Switch to gh release upload --clobber which atomically replaces assets
without removing the release, and only create releases if they don't
already exist.

Co-authored-by: lab <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-10 18:13:13 -07:00
..
ISSUE_TEMPLATE fix: allow rich text in bug report issue template (#1710) 2026-02-22 10:04:20 -08:00
workflows fix: eliminate release race condition causing 404 on cloud bundle downloads (#2475) 2026-03-10 18:13:13 -07:00