re-add master channel support

This commit is contained in:
Alif Rachmawadi
2023-03-23 05:52:25 +07:00
parent 1508160852
commit 48cafc2471
3 changed files with 21 additions and 5 deletions

View File

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