Skip to content

Commit ab949af

Browse files
authored
Merge pull request #2031 from ImranR98/dev
Hardcode Flutter version in GitHub action for now (until new Flutter works)
2 parents 8651f58 + 5c9a35c commit ab949af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515

1616
- uses: actions/checkout@v3
1717
- uses: subosito/flutter-action@v2
18+
with:
19+
channel: stable
20+
flutter-version: 3.24.5
1821
- uses: actions/setup-java@v4
1922
with:
2023
distribution: 'temurin' # See 'Supported distributions' for available options

0 commit comments

Comments
 (0)