summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-07-19 20:27:58 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-07-19 20:27:58 +0100
commitd097c521acda376899949083f38c857fa30b47d6 (patch)
treebe300e1fd5aadd2c7bc71a697838638dd6734056
parent3df0210647e65170576f1ea97328cce26c211a43 (diff)
chore(release): v0.15.0v0.15.0
-rw-r--r--Makefile.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml
index c58ce3d0d..e0043ab71 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -151,7 +151,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