From 3b64e4be951bc8beb8321b81da3115593f78466e Mon Sep 17 00:00:00 2001 From: chrisob55 <4126049+chrisob55@users.noreply.github.com> Date: Mon, 21 Mar 2022 13:40:00 +0000 Subject: [PATCH] main - fastfile tweak --- fastlane/Fastfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 5cfe788..e1c6c05 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -28,7 +28,9 @@ platform :android do # ensure repo is clean and on master ensure_git_status_clean - ensure_git_branch + ensure_git_branch( + branch: 'main' + ) # pull latest changes and fetch tags git_pull