You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): correct crate publish tier ordering in release workflow
nodedb-mem and nodedb-bridge depend on crates published in earlier tiers
and must wait for crates.io to index those before publishing. Moving them
to tier 3 (after nodedb-types) and shifting downstream crates accordingly
prevents publish failures caused by unresolved dependencies.
0 commit comments