feat(ci): use stable flutter version

This commit is contained in:
kolaente 2021-10-11 22:08:51 +02:00
parent 8a7c40653c
commit 76fedd0c49
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
channel: beta
channel: stable
- name: Flutter version
run: flutter --version