From 1edb52b90a32fd1660e3a39bd67579a5e7d9c0c3 Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Wed, 13 Mar 2024 10:18:50 +0100 Subject: [PATCH] Make release and not hotfix branch --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c8df89619a..bd5b7cc7cf 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -535,7 +535,7 @@ release in progress and you're making a follow-up internal release that includes source_version = options[:source_version] version = options[:new_version] UI.message("Creating new hotfix release branch for #{version}") - release_branch = "#{HOTFIX_BRANCH}/#{version}" + release_branch = "#{RELEASE_BRANCH}/#{version}" # Abort if the branch already exists UI.abort_with_message!("Branch #{release_branch} already exists in this repository. Aborting.") unless Action.sh(