Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

v1.10.15

Choose a tag to compare

@sapientpants sapientpants released this 11 Oct 15:43
· 18 commits to main since this release

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