Skip to content

Commit 997d3eb

Browse files
committed
fix flutter version for reproducible builds
1 parent 77f7a7e commit 997d3eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/flutter_release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: subosito/flutter-action@v2
3131
with:
3232
channel: "stable"
33+
flutter-version-file: pubspec.yaml
3334

3435
- name: Install dependencies
3536
run: flutter pub get

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ version: 0.0.15+6
2020

2121
environment:
2222
sdk: ">=3.3.4 <4.0.0"
23-
flutter: ">=3.24.5 <4.0.0"
23+
flutter: 3.24.5
2424

2525
isar_version: &isar_version ^4.0.0-dev.13 # define the version to be used
2626

0 commit comments

Comments
 (0)