Skip to content

Commit

Permalink
Update build-flutter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii authored Oct 23, 2023
1 parent f5c9f91 commit 54d8ae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
run: |
cd app
export FLUTTER_VERSION="$(sed -E -n -e 's/^.*flutter:\ ">=([0-9.]+)"/\1/p' pubspec.yaml)"
echo $FLUTTER_VERSION
env:
FLUTTER_VERSION: ${ { env.FLUTTER_VERSION } }
FLUTTER_VERSION: $FLUTTER_VERSION
- name: ⚙️ Setup Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 54d8ae7

Please sign in to comment.