mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-27 13:01:55 +00:00

The second invocation would always fail, since that version had already been published. This command failing would cause the script to exit with an error, and thus fail to push the release tag. This commit fixes this by removing the second `cargo publish`.