diff --git a/xtask/src/main.rs b/xtask/src/main.rs index a2d46e663d6..e38c825784d 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -812,7 +812,7 @@ fn publish(workspace: &Path, args: PublishArgs) -> Result<()> { let args = builder.build(); log::debug!("{args:#?}"); - // Execute `cargo publish --dry-run` from the package root: + // Execute `cargo publish` command from the package root: xtask::cargo::run(&args, &package_path)?; Ok(())