mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
update readme
This commit is contained in:
parent
b1d33bca25
commit
472d887f68
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ steps:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: 'stable' # or: 'beta' or 'master'
|
||||
channel: 'stable' # or: 'beta', 'dev' or 'master'
|
||||
- run: flutter --version
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue