Merge pull request '[macos-runner] Don't auto-submit for review after upload' (#39) from ci/gitea-actions/macos-runner into main

Reviewed-on: Loverde-Company-LTDA/Pedi-Foods-Skip#39
This commit is contained in:
2026-07-31 11:53:23 -03:00

View File

@@ -63,7 +63,8 @@ lane :release do |options|
upload_to_app_store( upload_to_app_store(
api_key_path: "fastlane/apikey.json", api_key_path: "fastlane/apikey.json",
app_rating_config_path: "fastlane/metadata/rating.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 end