From ece95562440b786624102c136ce239e01991374c Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Mon, 11 Dec 2023 20:53:13 +0100 Subject: [PATCH] Skip release_appstore lane after building the app --- fastlane/Fastfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ace1d9e3dd..469414bd9f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -70,6 +70,8 @@ platform :mac do lane :release_appstore do |options| build_release(options) + next + deliver(common_deliver_arguments(options)) begin