diff --git a/Makefile.toml b/Makefile.toml index 7f53423..5e1f0bb 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -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"] \ No newline at end of file +args = ["release", "publish", "--no-confirm", "--allow-branch *", "--all-features", "--workspace", "--execute"] \ No newline at end of file