summaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-19 06:58:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-19 06:58:13 +0000
commita4a8868c9aef11c418df378332c597b390e1bc7e (patch)
treec68cce344dc53b62c7f7ac5fa92c7dcfb6742c71 /release.py
parentAdding upstream version 1.8.0. (diff)
downloadlitecli-a4a8868c9aef11c418df378332c597b390e1bc7e.tar.xz
litecli-a4a8868c9aef11c418df378332c597b390e1bc7e.zip
Adding upstream version 1.9.0.upstream/1.9.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index 264a4c3..f6beb88 100644
--- a/release.py
+++ b/release.py
@@ -75,7 +75,7 @@ def upload_distribution_files():
def push_to_github():
- run_step("git", "push", "origin", "master")
+ run_step("git", "push", "origin", "main")
def push_tags_to_github():