Skip to content

Commit

Permalink
fix: work around cargo publish bug
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Apr 7, 2024
1 parent e97a51a commit 5ef215e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ impl<'a> GitRepositoryCheckout<'a> {

if !package_path.try_exists()? {
let out = Command::new("cargo")
.arg("package")
.arg("publish")
.arg("--dry-run")
.arg("--no-verify")
.arg("--package")
.arg(name)
Expand Down

0 comments on commit 5ef215e

Please sign in to comment.