You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: harden stage workflow concurrency, error handling, and uploads
- Split concurrency to job level: build is cancelable, release is not,
preventing incomplete early-access releases from mid-flight cancellation
- Replace blanket continue-on-error with explicit 404 handling when
checking for existing releases, so real API failures are surfaced
- Add set -euo pipefail and curl --fail-with-body --retry to asset
uploads so server errors fail the workflow instead of passing silently
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments