Summary
Improve publish workflow reliability by validating token presence and version extraction before publish.
Scope
- Add explicit preflight check for
CARGO_REGISTRY_TOKEN
- Fail with clear message when token is missing
- Validate extracted version is non-empty semver
Acceptance Criteria
- Publish job fails early with actionable error if token missing
- No ambiguous
please provide a non-empty token failures
- Version extraction step emits one valid
key=value output
Summary
Improve publish workflow reliability by validating token presence and version extraction before publish.
Scope
CARGO_REGISTRY_TOKENAcceptance Criteria
please provide a non-empty tokenfailureskey=valueoutput