[macos-runner] Don't auto-submit for review after upload
Binary upload itself succeeded - the only failure was upload_to_app_store's default auto-submission colliding with an existing in-progress review submission. CI should deliver the build; submitting for review stays a deliberate manual step in App Store Connect.
This commit is contained in:
@@ -63,7 +63,8 @@ lane :release do |options|
|
||||
upload_to_app_store(
|
||||
api_key_path: "fastlane/apikey.json",
|
||||
app_rating_config_path: "fastlane/metadata/rating.json",
|
||||
release_notes: { default: "Fixes and improvements." }
|
||||
release_notes: { default: "Fixes and improvements." },
|
||||
submit_for_review: false
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user