ソースを参照

android: fix track name in Fastlane

master
Saúl Ibarra Corretgé 5年前
コミット
eb900ddbe1
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      android/fastlane/Fastfile

+ 1
- 1
android/fastlane/Fastfile ファイルの表示

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

読み込み中…
キャンセル
保存