diff options
author | Amjith Ramanujam <amjith.r@gmail.com> | 2022-03-29 17:27:34 -0700 |
---|---|---|
committer | Amjith Ramanujam <amjith.r@gmail.com> | 2022-03-29 17:27:34 -0700 |
commit | b42d15419b9cbcf11b04a1524a2d1320333f20a4 (patch) | |
tree | 793417c224e34e56ff65479cf5e33529d0177fb9 | |
parent | 0471faa5b24c39ba6e688e0124d11e5810f5c332 (diff) |
Change the branch name in release script.master
-rwxr-xr-x | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(): |