Skip to content

ci: decouple GitHub Release from crates.io publish#371

Merged
ajianaz merged 1 commit into
developfrom
fix/release-decouple-crates-publish
Jul 24, 2026
Merged

ci: decouple GitHub Release from crates.io publish#371
ajianaz merged 1 commit into
developfrom
fix/release-decouple-crates-publish

Conversation

@ajianaz

@ajianaz ajianaz commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Problem

GitHub Release job depends on publish-crates. When crates.io returns 503 (transient), the release is blocked — even though all builds succeeded.

Fix

Remove publish-crates from release job needs. GitHub Release now only depends on build-release succeeding.

crates.io publish can be retried independently.

@ajianaz
ajianaz merged commit 522916a into develop Jul 24, 2026
10 checks passed
@ajianaz
ajianaz deleted the fix/release-decouple-crates-publish branch July 24, 2026 01:50
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