If a cargo publish step fails subsequent to one or more cargo publish steps succeeding then the job can never rerun since the next time the job runs the first cargo publish job that previously succeeded will now fail as the crate that it is trying to publish will already exist.
If a cargo publish step fails subsequent to one or more cargo publish steps succeeding then the job can never rerun since the next time the job runs the first cargo publish job that previously succeeded will now fail as the crate that it is trying to publish will already exist.