From d420d83a1c2c44fab51924bae4e5045ea892954f Mon Sep 17 00:00:00 2001 From: Do-hyun-Kim Date: Sat, 19 Oct 2024 00:55:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20app=5Fstore=5Fbuild=5Fnumber=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=20=EB=B0=B0=ED=8F=AC=EB=90=9C=20=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EB=84=98=EB=B2=84=20=EA=B8=B0=EC=A4=80=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EA=B0=80=EC=A0=B8=EC=98=A4=EC=A7=80=20=EC=95=8A=EA=B2=8C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastlane/Fastfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a44854c47..48f224b90 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -63,7 +63,8 @@ platform :ios do ) build_num = app_store_build_number( - api_key: api_key + api_key: api_key, + live: false ) new_build_number = build_num + 1 @@ -149,7 +150,8 @@ platform :ios do ) build_num = app_store_build_number( - api_key: api_key + api_key: api_key, + live: false ) new_build_number = build_num + 1