From 95333036c870d341c70fce9783e9b77cebafef93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Bat=C4=9Bk?= Date: Mon, 23 Sep 2024 15:37:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Fastlae?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/CI/FastlaneRunner/Package.resolved | 4 ++-- .../Sources/FastlaneRunner/Lanes/UploadTestFlight.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/CI/FastlaneRunner/Package.resolved b/ios/CI/FastlaneRunner/Package.resolved index 778df330..e465ec63 100644 --- a/ios/CI/FastlaneRunner/Package.resolved +++ b/ios/CI/FastlaneRunner/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/fastlane/fastlane", "state" : { - "revision" : "8e456d608937ea51ba9306ee501e583da0eeca9a", - "version" : "2.211.0" + "revision" : "e1ab951b63aeb7a669b415708ffbe0e1346c0f59", + "version" : "2.222.0" } }, { diff --git a/ios/CI/FastlaneRunner/Sources/FastlaneRunner/Lanes/UploadTestFlight.swift b/ios/CI/FastlaneRunner/Sources/FastlaneRunner/Lanes/UploadTestFlight.swift index d4819975..005b33dd 100644 --- a/ios/CI/FastlaneRunner/Sources/FastlaneRunner/Lanes/UploadTestFlight.swift +++ b/ios/CI/FastlaneRunner/Sources/FastlaneRunner/Lanes/UploadTestFlight.swift @@ -30,7 +30,7 @@ extension Fastfile { appStoreConnectApiKey( keyId: apiKey.id, - issuerId: apiKey.issuerId, + issuerId: .userDefined(apiKey.issuerId), keyContent: .userDefined(ProcessInfo.processInfo.environment["APP_STORE_CONNECT_API_KEY_CONTENT"]), inHouse: false )