Skip to content

Commit

Permalink
build: upload to appstore connect directly instead of testflight
Browse files Browse the repository at this point in the history
builds uploaded to testflight only cannot used to release
while builds uploaded to appstore can be used in testflight
  • Loading branch information
BlueGreenMagick committed Jan 3, 2025
1 parent 50f5757 commit 48a0e62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion safari/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ platform :ios do
issuer_id: ENV['APP_STORE_CONNECT_ISSUER_ID'],
key_content: ENV['APP_STORE_CONNECT_KEY_CONTENT'],
)
upload_to_testflight
upload_to_appstore (
skip_screenshots: true,
skip_metadata: true,
skip_app_version_update: true
)
end

desc "Example: `fastlane set_version ver:0.3.1`"
Expand Down

0 comments on commit 48a0e62

Please sign in to comment.