summaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-26 05:36:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-26 05:36:47 +0000
commitba445ed688a226df4e20ffd9f9a6f7c02ed9f9ee (patch)
tree4bde7ee15426bef88d93cdb561178c8b199c159e /release.py
parentAdding upstream version 3.4.0. (diff)
downloadpgcli-ba445ed688a226df4e20ffd9f9a6f7c02ed9f9ee.tar.xz
pgcli-ba445ed688a226df4e20ffd9f9a6f7c02ed9f9ee.zip
Adding upstream version 3.4.1.upstream/3.4.1
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 e83d239..4237efd 100644
--- a/release.py
+++ b/release.py
@@ -74,7 +74,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():