Skip to content

Commit 308dc2b

Browse files
ci: add flutter dependency
1 parent bd97a31 commit 308dc2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/base.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v3
6262
- uses: dart-lang/setup-dart@v1
63+
- name: Flutter action
64+
uses: subosito/flutter-action@v2
65+
with:
66+
channel: 'stable'
6367
- name: Publish package
6468
run: dart pub publish -v -f
6569
- name: Build changelog

0 commit comments

Comments
 (0)