Skip to content

Commit

Permalink
[fix] fastlane appstore 업로드 로직 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 19, 2024
1 parent c87df45 commit d10a06e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,12 @@ platform :ios do

upload_to_app_store(
api_key: api_key,
skip_metadata: true,
skip_metadata: false,
skip_screenshots: true,
skip_binary_upload: true,
precheck_include_in_app_purchases: false,
release_notes: {
"ko" => release_notes
'default' => release_notes
},
submit_for_review: true,
automatic_release: true
Expand Down

0 comments on commit d10a06e

Please sign in to comment.