Skip to content

fix: ensure upload job is always marked as latest release#98

Merged
pfeerick merged 1 commit intomainfrom
fix/latest-release-ordering
Apr 23, 2026
Merged

fix: ensure upload job is always marked as latest release#98
pfeerick merged 1 commit intomainfrom
fix/latest-release-ordering

Conversation

@pfeerick
Copy link
Copy Markdown
Member

Summary

  • Added make_latest: true to the upload job's release step so the combined-package release is always marked as the GitHub "latest" release
  • Added make_latest: false to the upload-individual job's release step to prevent it from ever claiming "latest"

Why

Both jobs run in parallel after package completes. Without explicit make_latest settings, whichever job finishes last would overwrite the other as the "latest" release — a non-deterministic race condition. This fix makes the outcome deterministic regardless of job completion order.

Reviewer notes

No logic changes — only two lines added to the workflow YAML.

Set make_latest: true on the combined-package release and make_latest: false
on the individual-themes release so the outcome is deterministic regardless
of job completion order.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@pfeerick pfeerick force-pushed the fix/latest-release-ordering branch from dab6bdc to 1048c01 Compare April 23, 2026 05:13
@pfeerick pfeerick merged commit 8124eca into main Apr 23, 2026
4 checks passed
@pfeerick pfeerick deleted the fix/latest-release-ordering branch April 23, 2026 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant