android: fix track name in Fastlane

This commit is contained in:
Saúl Ibarra Corretgé 2019-11-14 15:22:31 +01:00 committed by Saúl Ibarra Corretgé
parent c2c323347a
commit eb900ddbe1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ platform :android do
# Upload built artifact to the Closed Beta track
upload_to_play_store(
track: "Beta",
track: "beta",
json_key: ENV["JITSI_JSON_KEY_FILE"],
skip_upload_metadata: true,
skip_upload_images: true,