Skip to content

fix: canonicalize releases after concurrent create#746

Merged
chenrui333 merged 1 commit intosoftprops:masterfrom
chenrui333:codex/fix-705-canonicalize-created-release
Mar 15, 2026
Merged

fix: canonicalize releases after concurrent create#746
chenrui333 merged 1 commit intosoftprops:masterfrom
chenrui333:codex/fix-705-canonicalize-created-release

Conversation

@chenrui333
Copy link
Copy Markdown
Collaborator

@chenrui333 chenrui333 commented Mar 15, 2026

Summary

  • canonicalize the release returned after a successful create so concurrent workers converge on one tag release
  • clean up empty duplicate draft releases that were created during the race window
  • add regression tests for both direct tag lookup recovery and recent-release fallback

Fixes #705

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 added the bug Something isn't working label Mar 15, 2026
@chenrui333 chenrui333 marked this pull request as ready for review March 15, 2026 00:45
@chenrui333 chenrui333 merged commit ab416a1 into softprops:master Mar 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Race condition when calling the action multiple times

1 participant