chore: mobile workflow

This commit is contained in:
Mo
2022-07-06 16:02:13 -05:00
parent e17366ff8e
commit 7bd94be7e2

View File

@@ -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'