You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fastlane/Fastfile
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,9 @@ platform :android do
113
113
114
114
UI.user_error!("Terminating as requested. Don't forget to run the remainder of this automation manually.")unlessskip_confirm || UI.confirm('Do you want to continue?')
115
115
116
+
# Fetch the base ref to ensure it's available locally
117
+
sh('git','fetch','origin',base_ref_for_hotfix)
118
+
116
119
UI.message("Creating hotfix branch from '#{base_ref_for_hotfix}'...")
0 commit comments