Skip to content

Commit

Permalink
[310] Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ducbm051291 committed Apr 21, 2023
1 parent 3be9013 commit 43d9542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class Fastfile: LaneFile {
desc("Build Production app and upload to App Store")

setAppVersion()
AppStoreAuthentication.connectAPIKey()
if Secret.bumpAppStoreBuildNumber {
bumpAppstoreBuild()
} else {
Expand All @@ -115,7 +116,6 @@ class Fastfile: LaneFile {

buildAppStoreLane()

AppStoreAuthentication.connectAPIKey()
Distribution.uploadToAppStore()

Symbol.uploadToCrashlytics(environment: .production)
Expand Down

0 comments on commit 43d9542

Please sign in to comment.