We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--skip-publish
1 parent fbed26f commit cfd4e9bCopy full SHA for cfd4e9b
crates/crates_io_smoke_test/src/main.rs
@@ -86,6 +86,7 @@ async fn main() -> anyhow::Result<()> {
86
.context("Failed to run `cargo package`")?;
87
88
info!("Skipping publish step");
89
+ new_version = old_version;
90
} else {
91
info!("Publishing to staging.crates.io…");
92
cargo::publish(&project_path, &options.token)
0 commit comments