summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-05-27 14:15:24 +0200
committerAram Drevekenin <aram@poor.dev>2021-05-27 14:15:24 +0200
commit5b0ac7b3c490f1c1e85eb16e4efc4538385250ac (patch)
tree34449abd4151737aed3bc7b1f47c3965a75266ed
parentecab36703a95a3a7132d458af464ac6d9af13275 (diff)
chore(release): v0.12.0v0.12.0
-rw-r--r--Makefile.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml
index ec96467a9..11ec06b30 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -135,7 +135,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]
command = "git"