fix fastlane RC

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2020-01-08 09:38:23 +01:00
parent 1343ba08e2
commit ee6e7ce5bf
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
1 changed files with 3 additions and 3 deletions

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"