summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-07-05 10:13:46 +0200
committerAram Drevekenin <aram@poor.dev>2021-07-05 10:13:46 +0200
commit2e0e22cdb4e5c667924758f7b7126115c9fab28f (patch)
tree7b8eefa4e5f59209ff101c26f39f83cce219f13a /Makefile.toml
parent579701a2bb083fafab45b3ef49e40038a2183f9e (diff)
chore(release): v0.14.0v0.14.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 e0043ab71..c58ce3d0d 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", "origin", "main", "v${CARGO_MAKE_CRATE_VERSION}"]
+args = ["push", "--atomic", "upstream", "main", "v${CARGO_MAKE_CRATE_VERSION}"]
[tasks.commit-all]
ignore_errors = true