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