Merge pull request #5118 from nextcloud/fastlane

fix fastlane RC
This commit is contained in:
Tobias Kaminsky 2020-01-08 09:38:54 +01:00 committed by GitHub
commit 3baa9fe5df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"