Merge pull request #12580 from nextcloud/changeFastlaneOrder

huawei fails sometimes, thus put it in end
This commit is contained in:
Tobias Kaminsky 2024-02-20 08:04:47 +01:00 коммит произвёл GitHub
Родитель c6f0021b07 c4249334ec
Коммит 45f8bae4c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -77,10 +77,10 @@ lane :Final_releasePhase2 do |options|
checkIfAPKexists()
tag(info)
uploadToPlaystore_Final(info)
uploadToHuawei_Final(info)
createGithubRelease_Final(info)
fdroidMergeRequest_Final(info)
createChangelogPullRequest_Final(info)
uploadToHuawei_Final(info)
end
desc "Makes gplay and generic releases in ../releases/"