ci: Correctly upload to playstore
This commit is contained in:
parent
2f46181398
commit
577864df24
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue