Fastfile: enable automatic_release by default in release lane

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
alexandrev-tibco
2026-06-06 17:07:09 +02:00
parent 790c412329
commit 946c788ef6
+1
View File
@@ -48,6 +48,7 @@ platform :ios do
) )
upload_to_app_store( upload_to_app_store(
api_key: asc_api_key, api_key: asc_api_key,
automatic_release: true,
force: true force: true
) )
end end