From a15828bb7fb2ed1785b0bb3e7207dc1bb6dc0638 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 26 Mar 2022 06:36:53 +0100 Subject: Merging upstream version 3.4.1. Signed-off-by: Daniel Baumann --- release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release.py') diff --git a/release.py b/release.py index e83d239..4237efd 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(): -- cgit v1.2.3