This repository was archived by the owner on Nov 14, 2025. It is now read-only.
v1.10.15
Patch Changes
- #317
b813a93- Fix race condition in artifact determination script- Add retry logic with exponential backoff to determine-artifact.sh
- Wait up to 5 attempts with increasing delays (5s, 10s, 15s, 20s, 25s)
- Fixes race condition where Publish workflow starts before Main workflow is indexed by GitHub API
- Total retry window: ~75 seconds, giving GitHub's API time to index completed workflow runs