Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2020-01-08 11:38:23 +0300
committertobiasKaminsky <tobias@kaminsky.me>2020-01-08 11:38:23 +0300
commitee6e7ce5bfe5e74d274b5d35c3af7a918949e5c4 (patch)
tree8bf3695ba32fdd6de80584f4bdc9b0b604863157 /fastlane
parent1343ba08e283dd3282f49918956b052ae4a15602 (diff)
fix fastlane RC
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Diffstat (limited to 'fastlane')
-rw-r--r--fastlane/Fastfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index ed7039b5cf..b25fc8ee38 100644
--- a/fastlane/Fastfile
+++ b/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"