Skip to content

Commit

Permalink
Update xtask/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Gasquez Arcos <[email protected]>
  • Loading branch information
jessebraham and SergioGasquez authored Nov 14, 2024
1 parent 5daa43d commit fb7b205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(())
Expand Down

0 comments on commit fb7b205

Please sign in to comment.