Explorar el Código

Merge pull request #12580 from nextcloud/changeFastlaneOrder

huawei fails sometimes, thus put it in end
Tobias Kaminsky hace 1 año
padre
commit
45f8bae4c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/"