Skip to content

Commit e45c65e

Browse files
authored
Update build-and-release.yml
1 parent e5b8357 commit e45c65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Set up Flutter
2828
uses: subosito/flutter-action@v2
2929
with:
30-
flutter-version: '3.35.0'
31-
# channel: 'stable'
30+
# flutter-version: '3.32.8'
31+
channel: 'stable'
3232

3333
- name: Get dependencies
3434
run: flutter pub get

0 commit comments

Comments
 (0)