瀏覽代碼

fix fastlane RC

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 年之前
父節點
當前提交
ee6e7ce5bf
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      fastlane/Fastfile

+ 3 - 3
fastlane/Fastfile

@@ -56,9 +56,9 @@ lane :releasePhase2_RC do |options|
     checkIfAPKexists()
     tag(info)
     uploadToPlaystore_RC(info)
-    createGithubRelease(info)
-    fdroidMergeRequest(info)
-    createChangelogPullRequestRC(info)
+    createGithubRelease_RC(info)
+    fdroidMergeRequest_RC(info)
+    createChangelogPullRequest_RC(info)
 end
 
 desc "Release phase 2 for FINAL: checks, tag, upload gplay to playstore with values from build.gradle"