From d46be226b33e8aee4b63de93cc5faabd7a6fc3c4 Mon Sep 17 00:00:00 2001 From: Mirco Date: Fri, 13 Oct 2023 14:50:55 +0200 Subject: [PATCH] Input add --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index 0aae45f..3caa452 100644 --- a/build.py +++ b/build.py @@ -27,6 +27,7 @@ def initialize(project): "release_organisation": "meissa", "release_repository_name": name, "release_artifacts": [], + "release_main_branch": "master", } build = ReleaseMixin(project, input)