summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-01-05 10:34:29 +0100
committerAram Drevekenin <aram@poor.dev>2022-01-05 10:34:29 +0100
commit477ad9e1a6f4439d0563c1788560e30df769cdf8 (patch)
treedc14f75af29efcf551da3ec8a2da0331645a11d0 /Makefile.toml
parent59c71355a94e0ac95132e3db5349b9ed5eb8efe5 (diff)
chore(build): fix publishing flow
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml2
1 files changed, 1 insertions, 1 deletions
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