Change web build to stable channel

This commit is contained in:
Hillel Coren 2022-02-13 09:01:17 +02:00
parent bf56cbf6c9
commit 285ce78481
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
#flutter-version: '2.2.3'
channel: 'beta'
channel: 'stable'
- name: Install Sentry
run: |
curl -sL https://sentry.io/get-cli/ | bash
@ -127,7 +127,7 @@ jobs:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
channel: 'stable'
- name: Setup Flutter
run: |
flutter doctor -v