Skip to content

Commit 96cd003

Browse files
committed
ci: fix cd workflow
1 parent 9d11713 commit 96cd003

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v5
2121

22+
- name: Set up Flutter
23+
uses: ./.github/actions/setup-flutter
24+
2225
- name: Get version from pubspec.yaml
2326
id: version
2427
run: |

0 commit comments

Comments
 (0)