fix fastlane

This commit is contained in:
Christian Pauly 2020-11-22 09:31:06 +01:00
parent b5beec7e11
commit 1be1d78979

View File

@ -47,3 +47,4 @@ platform :android do
lane :deploy_release do
upload_to_play_store(track: 'beta', track_promote_to: "production", deactivate_on_promote: false, skip_upload_changelogs: true)
end
end