Skip to content

Commit

Permalink
[fix] 메타데이터 입력 건너뛰기 강제 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 20, 2024
1 parent d10a06e commit b437b25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ platform :ios do
'default' => release_notes
},
submit_for_review: true,
automatic_release: true
automatic_release: true,
force: true
)
end

Expand Down

0 comments on commit b437b25

Please sign in to comment.