Skip to content

Commit

Permalink
android: fix track name in Fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 14, 2019
1 parent c2c3233 commit eb900dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eb900dd

Please sign in to comment.