From c5cbbde75f6859ab81f0ca5e51409b08447f3b29 Mon Sep 17 00:00:00 2001 From: Valentin REVERSAT Date: Sun, 21 Apr 2024 16:23:54 +0200 Subject: [PATCH] =?UTF-8?q?chore(Fastlane):=20rename=20prod=20lane=20to=20?= =?UTF-8?q?=C2=B4production=C2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push.tag-prod.yaml | 4 ++-- android/fastlane/Fastfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.tag-prod.yaml b/.github/workflows/push.tag-prod.yaml index 59eac7d9..c1047614 100644 --- a/.github/workflows/push.tag-prod.yaml +++ b/.github/workflows/push.tag-prod.yaml @@ -21,7 +21,7 @@ jobs: with: flutter_version: '3.19.3' android_output: 'aab' - env: 'prd' + env: 'production' secrets: inherit release: needs: [ flutter-build ] @@ -32,5 +32,5 @@ jobs: needs: [ flutter-build ] uses: ./.github/workflows/action.fastlane.yaml with: - lane: 'prd' + lane: 'production' secrets: inherit diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index bf883246..b1a17842 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -23,7 +23,7 @@ platform :android do end desc "Upload to Play Store : Production track" - lane :prd do + lane :production do upload_to_play_store( track: 'production', aab: "#{root_path}/app-release.aab"