Skip to content

Commit e1de727

Browse files
author
Ellet
committed
Update publish.yml
1 parent 9fc51f1 commit e1de727

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
@@ -12,6 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15+
# - uses: dart-lang/setup-dart@v1
16+
- uses: subosito/flutter-action@v2
17+
with:
18+
channel: 'stable'
1519
- uses: dart-lang/setup-dart@v1
1620
- name: Install dependencies
1721
run: flutter pub get

0 commit comments

Comments
 (0)