From b42d15419b9cbcf11b04a1524a2d1320333f20a4 Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Tue, 29 Mar 2022 17:27:34 -0700 Subject: [PATCH] Change the branch name in release script. --- release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.py b/release.py index 3f18f03f..39df8a3a 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():