summaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2022-02-28 13:51:56 -0800
committerGitHub <noreply@github.com>2022-02-28 13:51:56 -0800
commit7423f9d239e37da1883d6c5a3bd2baf2c28997a4 (patch)
tree635d8a76740c969b04e4a692d9c22b7484909695 /release.py
parent25eb9f541b65a158d52ccf0dca0bfd0df14f3961 (diff)
Bump pgspecial. (#1319)
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 e83d2392..4237efd9 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():