We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de22d2e commit 61611e2Copy full SHA for 61611e2
.github/workflows/master.yaml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- master
7
8
+permissions:
9
+ actions: write
10
+
11
jobs:
12
build-and-deploy:
13
runs-on: ubuntu-latest
@@ -35,7 +38,8 @@ jobs:
35
38
- name: Set up Flutter
36
39
uses: subosito/flutter-action@v2
37
40
with:
- flutter-version: 'stable'
41
+ channel: 'stable'
42
+ flutter-version-file: pubspec.yaml
43
44
- name: Install dependencies
45
run: flutter pub get
pubspec.yaml
@@ -6,6 +6,7 @@ version: 1.0.0+1
environment:
sdk: ^3.8.1
+ flutter: 3.32.8
dependencies:
flutter:
0 commit comments