Explorar o código

fix fastlane RC

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky %!s(int64=5) %!d(string=hai) anos
pai
achega
ee6e7ce5bf
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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"