Skip to content

Commit b62f2c0

Browse files
committed
ci: update gh deploy action
1 parent aac0c10 commit b62f2c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/flutter-prod.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111

1212
workflow_dispatch:
1313

14+
env:
15+
FLUTTER_VERSION: 3.27.4
16+
1417
jobs:
1518
build_and_test:
1619
runs-on: ubuntu-latest
@@ -22,7 +25,7 @@ jobs:
2225
- name: Install Flutter
2326
uses: subosito/flutter-action@v2
2427
with:
25-
flutter-version: '3.22.0'
28+
flutter-version: ${{ env.FLUTTER_VERSION }}
2629
channel: 'stable'
2730
cache: true
2831

@@ -48,7 +51,7 @@ jobs:
4851
- name: Setup Flutter build environment
4952
uses: subosito/flutter-action@v2
5053
with:
51-
flutter-version: '3.22.0'
54+
flutter-version: ${{ env.FLUTTER_VERSION }}
5255
channel: 'stable'
5356
cache: true
5457

0 commit comments

Comments
 (0)