Compare commits

..

1 Commits

Author SHA1 Message Date
c2f3ef1d32 keep using match 2024-12-14 18:56:58 +01:00

@ -20,6 +20,7 @@ platform :ios do
build_number = ENV["BUILD_NUMBER"]
load_asc_api_token
api_key = lane_context[SharedValues::APP_STORE_CONNECT_API_KEY]
sync_code_signing(
api_key: api_key,
@ -53,6 +54,7 @@ platform :ios do
build_number = ENV["BUILD_NUMBER"]
load_asc_api_token
api_key = lane_context[SharedValues::APP_STORE_CONNECT_API_KEY]
sync_code_signing(
api_key: api_key,