Skip to content

Commit d6e8e62

Browse files
authored
docs: Updated publish workflow
1 parent f2e7ba1 commit d6e8e62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3
19+
- name: Install Flutter
20+
uses: subosito/flutter-action@v2
21+
with:
22+
channel: 'stable'
1923
- uses: dart-lang/setup-dart@v1
2024
- name: Install dependencies
2125
run: dart pub get

0 commit comments

Comments
 (0)