Skip to content

Commit a1ded83

Browse files
committed
update publish.yml
1 parent 948dde2 commit a1ded83

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: subosito/flutter-action@v2
1818
with:
19+
flutter-version: "3.29.0"
1920
channel: 'stable'
2021
cache: true
2122

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Setup Flutter
2222
uses: subosito/flutter-action@v2
2323
with:
24-
flutter-version: "stable"
24+
flutter-version: "3.29.0"
25+
channel: 'stable'
2526
cache: true
2627

2728
- name: Install dependencies

0 commit comments

Comments
 (0)