Skip to content

Commit ec0b297

Browse files
authored
change web builder to stable
1 parent 68bbe11 commit ec0b297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
java-version: '12.x'
1111
- uses: subosito/flutter-action@v1
1212
with:
13-
channel: 'beta' # Currently you have to use beta channel for Flutter web.
13+
channel: 'stable'
1414
- name: Upgrades flutter
1515
run: flutter upgrade
1616
- name: Enable Web

0 commit comments

Comments
 (0)