Skip to content

Commit 380fb57

Browse files
committed
🧱 ci: add app identifier to Fastfile upload configurations
1 parent bfcf9cd commit 380fb57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎SNUTT/fastlane/Fastfile‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ platform :ios do
209209

210210
upload_to_app_store(
211211
api_key: api_key,
212+
app_identifier: app_identifier,
212213
skip_screenshots: true,
213214
skip_metadata: true,
214215
precheck_include_in_app_purchases: false,
@@ -225,6 +226,7 @@ platform :ios do
225226
else
226227
upload_to_testflight(
227228
api_key: api_key,
229+
app_identifier: app_identifier,
228230
app_version: marketing_version,
229231
skip_waiting_for_build_processing: true
230232
)

0 commit comments

Comments
 (0)