Skip to content

Commit 2a64e69

Browse files
committed
Merge branch 'master' of github.com:tmthecoder/portfolio
2 parents d2136f5 + ec0b297 commit 2a64e69

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)