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): resolve workspace-inherited version in publish-crates
grep '^version' returned the literal 'true' for manifests using
version.workspace = true, defeating the already-published pre-check.
Use cargo metadata to expand the real workspace version.
0 commit comments