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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user