Fastfile: enable automatic_release by default in release lane
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user