Skip to content

Commit

Permalink
Trying to fix release pt.2 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone authored Dec 18, 2023
1 parent f203db3 commit aa09cd7
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 @@ -38,4 +38,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", "--workspace", "--execute"]
args = ["release", "publish", "--no-confirm", "--allow-branch", "*", "--all-features", "--workspace", "--execute"]

0 comments on commit aa09cd7

Please sign in to comment.