Skip to content

Commit

Permalink
chore(Fastlane): rename prod lane to ´production´
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Apr 21, 2024
1 parent ce1c137 commit c5cbbde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.tag-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
flutter_version: '3.19.3'
android_output: 'aab'
env: 'prd'
env: 'production'
secrets: inherit
release:
needs: [ flutter-build ]
Expand All @@ -32,5 +32,5 @@ jobs:
needs: [ flutter-build ]
uses: ./.github/workflows/action.fastlane.yaml
with:
lane: 'prd'
lane: 'production'
secrets: inherit
2 changes: 1 addition & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c5cbbde

Please sign in to comment.