ci: Correctly upload to playstore

This commit is contained in:
krille-chan 2023-07-25 06:30:22 +02:00
commit 577864df24
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

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