chore: mobile workflow
This commit is contained in:
@@ -55,19 +55,20 @@ platform :ios do
|
|||||||
changelog: 'Fixes and improvements.'
|
changelog: 'Fixes and improvements.'
|
||||||
)
|
)
|
||||||
|
|
||||||
upload_to_app_store(
|
if is_prod
|
||||||
apple_id: ENV['APPLE_APP_ID'],
|
upload_to_app_store(
|
||||||
build_number: build_number,
|
build_number: build_number,
|
||||||
submit_for_review: true,
|
submit_for_review: true,
|
||||||
automatic_release: false,
|
automatic_release: false,
|
||||||
force: true, # Skip HTMl report verification
|
force: true, # Skip HTMl report verification
|
||||||
skip_metadata: true,
|
skip_metadata: true,
|
||||||
skip_screenshots: true,
|
skip_screenshots: true,
|
||||||
skip_binary_upload: true,
|
skip_binary_upload: true,
|
||||||
release_notes: {
|
release_notes: {
|
||||||
'default': "Fixes and improvements.",
|
'default': "Fixes and improvements.",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
desc 'Deploy dev app'
|
desc 'Deploy dev app'
|
||||||
|
|||||||
Reference in New Issue
Block a user