Преглед на файлове

Merge pull request #5118 from nextcloud/fastlane

fix fastlane RC
Tobias Kaminsky преди 5 години
родител
ревизия
3baa9fe5df
променени са 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"