summaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-26 05:36:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-26 05:36:53 +0000
commita15828bb7fb2ed1785b0bb3e7207dc1bb6dc0638 (patch)
tree7fc18746e813e0553d681fcea4f98fcb83b58acf /release.py
parentReleasing debian version 3.4.0-1. (diff)
downloadpgcli-a15828bb7fb2ed1785b0bb3e7207dc1bb6dc0638.tar.xz
pgcli-a15828bb7fb2ed1785b0bb3e7207dc1bb6dc0638.zip
Merging upstream version 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():