mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
commit
3baa9fe5df
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue