Skip to content

Commit

Permalink
⬆️ Update Fastlae
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-bat committed Sep 23, 2024
1 parent 5508534 commit 9533303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ios/CI/FastlaneRunner/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 9533303

Please sign in to comment.