Compare commits

..

1 Commits

Author SHA1 Message Date
c2f3ef1d32 keep using match
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m5s
Build and release debug APK / Build APK (pull_request) Failing after 3m50s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 15s
2024-12-14 18:56:58 +01:00

View File

@ -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,