We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048cc1d commit 6cd8165Copy full SHA for 6cd8165
.github/workflows/release-draft.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Flutter
28
uses: subosito/flutter-action@v2
29
with:
30
- channel: stable
+ flutter-version: '3.27.0'
31
32
- name: Install dependencies (flutter web app)
33
run: |
0 commit comments