From 37563cd39adcf88e70afc590cc214e4c30bd176c Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Tue, 28 Feb 2023 22:35:55 +0100 Subject: [PATCH] fix: Fix duplicate alpha lane --- android/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index cbea6b2..6dd621d 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -42,7 +42,7 @@ platform :android do end desc "Submit a new beta build to Google Play" - lane :alpha do + lane :beta do sh "flutter build appbundle -v" upload_to_play_store( track: 'beta',