Skip to content

Commit

Permalink
ci: fix ios promote methods (#3380)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi authored Feb 23, 2025
1 parent d7aeb24 commit d5a3b5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ platform :ios do
is_key_content_base64: true
)

xcodes(version: "15.3", select_for_current_build_only: true)
upload_to_testflight(
app_platform: "ios",
distribute_only: true,
Expand All @@ -105,7 +104,6 @@ platform :ios do
is_key_content_base64: true
)

xcodes(version: "15.3", select_for_current_build_only: true)
upload_to_app_store(
platform: "ios",
skip_binary_upload: true,
Expand Down

0 comments on commit d5a3b5e

Please sign in to comment.