Update version

This commit is contained in:
Hillel Coren 2020-03-17 16:56:14 +02:00
parent caf50dc06c
commit 75b14eb411
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
with:
channel: 'dev'
channel: 'beta'
- run: flutter config --enable-web
- run: flutter pub get
- run: |