Skip to content

Commit

Permalink
update GitHub action to use beta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan01 committed Mar 26, 2022
1 parent c70ba49 commit acd8fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
# only dev channel support web.
channel: 'dev'
channel: 'beta'
- run: flutter config --enable-web
- run: flutter pub get

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
channel: 'dev'
channel: 'beta'
- run: flutter config --enable-web
- run: flutter pub get

Expand Down

0 comments on commit acd8fd9

Please sign in to comment.