From 477ad9e1a6f4439d0563c1788560e30df769cdf8 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 5 Jan 2022 10:34:29 +0100 Subject: chore(build): fix publishing flow --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.toml') diff --git a/Makefile.toml b/Makefile.toml index df0d93ce0..096cffef1 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 -- cgit v1.2.3