Browse Source

Merge pull request #12580 from nextcloud/changeFastlaneOrder

huawei fails sometimes, thus put it in end
Tobias Kaminsky 1 year ago
parent
commit
45f8bae4c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

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