summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2022-03-29 17:27:34 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2022-03-29 17:27:34 -0700
commitb42d15419b9cbcf11b04a1524a2d1320333f20a4 (patch)
tree793417c224e34e56ff65479cf5e33529d0177fb9
parent0471faa5b24c39ba6e688e0124d11e5810f5c332 (diff)
Change the branch name in release script.master
-rwxr-xr-xrelease.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index 3f18f03..39df8a3 100755
--- a/release.py
+++ b/release.py
@@ -72,7 +72,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():