From 2301304ceb043edff02b3c17d222937c09b90a4e Mon Sep 17 00:00:00 2001 From: Vasco Lavos Date: Tue, 30 Jan 2024 20:52:42 +0000 Subject: [PATCH] Use main instead of master --- push_tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push_tag.py b/push_tag.py index 6675f61..b2a6fa5 100644 --- a/push_tag.py +++ b/push_tag.py @@ -29,7 +29,7 @@ def main(): build.store(f, encoding="utf-8") os.system('git commit -a -m build') - os.system('git push origin master release-{}-{}-{}'.format(mc_version, version, build_number)) + os.system('git push origin main release-{}-{}-{}'.format(mc_version, version, build_number)) if __name__ == '__main__': main() \ No newline at end of file