From b437b25a1247ba61b39988e9d2e40ff25c9d5ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= <108233361+ShapeKim98@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:10:57 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=EB=A9=94=ED=83=80=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20=EC=9E=85=EB=A0=A5=20=EA=B1=B4=EB=84=88=EB=9B=B0?= =?UTF-8?q?=EA=B8=B0=20=EA=B0=95=EC=A0=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 1639d3de..164214f1 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -116,7 +116,8 @@ platform :ios do 'default' => release_notes }, submit_for_review: true, - automatic_release: true + automatic_release: true, + force: true ) end