Skip to content

Commit 61611e2

Browse files
committed
Misc improvements + CI/CD fix
1 parent de22d2e commit 61611e2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/master.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- master
77

8+
permissions:
9+
actions: write
10+
811
jobs:
912
build-and-deploy:
1013
runs-on: ubuntu-latest
@@ -35,7 +38,8 @@ jobs:
3538
- name: Set up Flutter
3639
uses: subosito/flutter-action@v2
3740
with:
38-
flutter-version: 'stable'
41+
channel: 'stable'
42+
flutter-version-file: pubspec.yaml
3943

4044
- name: Install dependencies
4145
run: flutter pub get

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version: 1.0.0+1
66

77
environment:
88
sdk: ^3.8.1
9+
flutter: 3.32.8
910

1011
dependencies:
1112
flutter:

0 commit comments

Comments
 (0)