From 8774de675fda38bd57f5c00b15b0d3f46b598137 Mon Sep 17 00:00:00 2001 From: siepra Date: Mon, 23 Oct 2023 10:57:16 +0200 Subject: [PATCH] fix: pilot --- packages/mobile/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mobile/fastlane/Fastfile b/packages/mobile/fastlane/Fastfile index 00f71f5411..cd35c88057 100644 --- a/packages/mobile/fastlane/Fastfile +++ b/packages/mobile/fastlane/Fastfile @@ -3,6 +3,6 @@ fastlane_version '2.216.0' platform :ios do desc 'Ship to TestFlight' lane :beta do - pilot upload + pilot end end