chore(ci): switch to Flutter stable [skip ci]

This commit is contained in:
Jagandeep Brar
2022-02-19 00:16:14 -05:00
parent c88453d0d3
commit 4be3c4be45
6 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: beta
channel: stable
cache: true
cache-key: ${{ github.sha }}