From 43d95424a4709659a7edb4be225dbd36d1a2dde3 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 21 Apr 2023 15:19:28 +0700 Subject: [PATCH] [310] Revert --- fastlane/Fastfile.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile.swift b/fastlane/Fastfile.swift index 09efc269..ccba6fe1 100644 --- a/fastlane/Fastfile.swift +++ b/fastlane/Fastfile.swift @@ -107,6 +107,7 @@ class Fastfile: LaneFile { desc("Build Production app and upload to App Store") setAppVersion() + AppStoreAuthentication.connectAPIKey() if Secret.bumpAppStoreBuildNumber { bumpAppstoreBuild() } else { @@ -115,7 +116,6 @@ class Fastfile: LaneFile { buildAppStoreLane() - AppStoreAuthentication.connectAPIKey() Distribution.uploadToAppStore() Symbol.uploadToCrashlytics(environment: .production)