Skip to content

Commit 616fb46

Browse files
committed
Add team_id parameter when uploading metadata to ASC
1 parent 4f6a4ba commit 616fb46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ platform :ios do
600600
upload_to_app_store(
601601
app_identifier: APP_STORE_VERSION_BUNDLE_IDENTIFIER,
602602
app_version: ios_get_app_version,
603+
team_id: '299112',
603604
skip_binary_upload: true,
604605
screenshots_path: File.join(FASTLANE_DIR, 'promo_screenshots'),
605606
skip_screenshots: skip_screenshots,

0 commit comments

Comments
 (0)