Skip to content

Commit 3d80492

Browse files
authored
update README (#291)
1 parent 0ef13f1 commit 3d80492

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ macOS.
55

66
The following sections show how to configure this action.
77

8+
Maintainers: [Alif Rachmawadi] (original creator), [Bartek Pacia]
9+
810
## Specifying Flutter version
911

1012
### Use specific version and channel
@@ -63,6 +65,8 @@ steps:
6365
> Using `flutter-version-file` requires [`yq`][https://github.com/mikefarah/yq],
6466
> which is not pre-installed in `windows` images. Install it yourself.
6567

68+
### Use latest release for particular channel
69+
6670
```yaml
6771
steps:
6872
- name: Clone repository
@@ -279,3 +283,6 @@ steps:
279283
echo PUB-CACHE-PATH=${{ steps.flutter-action.outputs.PUB-CACHE-PATH }}
280284
echo PUB-CACHE-KEY=${{ steps.flutter-action.outputs.PUB-CACHE-KEY }}
281285
```
286+
287+
[Alif Rachmawadi]: https://github.com/subosito
288+
[Bartek Pacia]: https://github.com/bartekpacia

0 commit comments

Comments
 (0)