浏览代码

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
 
24
 
25
         # Upload built artifact to the Closed Beta track
25
         # Upload built artifact to the Closed Beta track
26
         upload_to_play_store(
26
         upload_to_play_store(
27
-            track: "Beta",
27
+            track: "beta",
28
             json_key: ENV["JITSI_JSON_KEY_FILE"],
28
             json_key: ENV["JITSI_JSON_KEY_FILE"],
29
             skip_upload_metadata: true,
29
             skip_upload_metadata: true,
30
             skip_upload_images: true,
30
             skip_upload_images: true,

正在加载...
取消
保存