1
0
Fork 0
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:
Alif Rachmawadi 2022-07-26 11:56:47 +07:00
parent b1d33bca25
commit 472d887f68
No known key found for this signature in database
GPG key ID: 19EE1E10C3733F31

View file

@ -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
```