summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-08-31 10:00:26 +0200
committerAram Drevekenin <aram@poor.dev>2021-08-31 10:00:26 +0200
commite993a23a85c91ef057c546f3e242f0da73ecafec (patch)
tree25d502a753ab7890ec51b0c7136e0d3e7b17f989 /Makefile.toml
parenta51f500c175017799de7877d44beef6279ee899a (diff)
chore(release): v0.16.0v0.16.0
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 dcf63fcaa..7438ceeee 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -153,7 +153,7 @@ run_task = "publish-zellij"
[tasks.release-commit]
dependencies = ["commit-all", "tag-release"]
command = "git"
-args = ["push", "--atomic", "origin", "main", "v${CARGO_MAKE_CRATE_VERSION}"]
+args = ["push", "--atomic", "upstream", "main", "v${CARGO_MAKE_CRATE_VERSION}"]
[tasks.commit-all]
ignore_errors = true