diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 646b14f..11ae135 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -91,7 +91,7 @@ platform :ios do name: "v#{version}", tag_name: "v#{version}", description: (File.read(changelog_path) rescue "No Changelog provided"), - commitish: "master", + commitish: "main", upload_assets: deploy_zip ) end