diff --git a/Makefile.toml b/Makefile.toml index df0d93ce..096cffef 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -167,7 +167,7 @@ run_task = "publish-zellij" [tasks.release-commit] dependencies = ["commit-all", "tag-release"] command = "git" -args = ["push", "--atomic", "upstream", "main", "v${CARGO_MAKE_CRATE_VERSION}"] +args = ["push", "--atomic", "origin", "main", "v${CARGO_MAKE_CRATE_VERSION}"] [tasks.commit-all] ignore_errors = true