docs: Use Flutter beta channel (#61)

This commit is contained in:
Shohei Ueda 2019-12-16 12:43:18 +09:00 committed by GitHub
parent 26c5cb82dd
commit 1bf8e45e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -715,7 +715,7 @@ jobs:
- name: Setup Flutter - name: Setup Flutter
uses: subosito/flutter-action@v1 uses: subosito/flutter-action@v1
with: with:
channel: 'dev' channel: 'beta'
- name: Install - name: Install
run: | run: |