add support for the main channel (#258)

* add support for the main channel

* update testing for the 'main' channel
This commit is contained in:
Devon Carew
2023-11-20 01:29:45 -08:00
committed by GitHub
parent aa6d9b9844
commit 02b923c0e1
3 changed files with 7 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # or: 'beta', 'dev' or 'master'
channel: 'stable' # or: 'beta', 'dev', 'master' (or 'main')
- run: flutter --version
```