Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Dec 22, 2023
1 parent 5281e77 commit ad95b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ env = { "RUSTDOCFLAGS" = "-Dwarnings" }
[tasks.release]
description = "Task to release the package to crates.io"
command = "cargo"
args = ["release", "publish", "--no-confirm", "--allow-branch \"*\"", "--all-features", "--execute"]
args = ["publish", "--no-verify"]

0 comments on commit ad95b59

Please sign in to comment.