Skip to content

Commit 8d5a84e

Browse files
authored
changed flutter version on release workflow ci to 3.0.5
1 parent 0f2c56c commit 8d5a84e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ jobs:
108108
needs: release
109109
steps:
110110
# Set up Flutter.
111-
- name: Clone Flutter repository with flutter-version 2.10.3
111+
- name: Clone Flutter repository with flutter-version 3.0.5
112112
uses: subosito/flutter-action@v2
113113
with:
114-
flutter-version: '2.10.3'
114+
flutter-version: '3.0.5'
115115

116116
- name: Install Linux dependencies
117117
if: matrix.target == 'Linux'

0 commit comments

Comments
 (0)