Skip to content

Commit 869e55d

Browse files
committed
ci: use Flutter 3.27.4 instead of 3.29.0 to fix CI formatting check issue
1 parent 02683ed commit 869e55d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
channel: stable
2020
cache: true
21+
version: 3.27.4
2122

2223
- name: Verify Flutter installation
2324
run: flutter --version
@@ -34,7 +35,6 @@ jobs:
3435
- name: Perform Flutter Analysis
3536
run: flutter analyze
3637

37-
# TODO: Fix the CI formatting check issue https://github.com/singerdmx/flutter-quill/actions/runs/13354950349/job/37296412467
3838
- name: Check Dart code formatting
3939
run: dart format --set-exit-if-changed .
4040

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
channel: stable
2525
cache: true
26+
version: 3.27.4
2627

2728
- name: Verify Flutter installation
2829
run: flutter --version
@@ -73,9 +74,8 @@ jobs:
7374
tag: ${{ github.ref_name }}
7475
prerelease: ${{ contains(github.ref_name, '-') }}
7576

76-
# TODO: Fix the CI formatting check issue https://github.com/singerdmx/flutter-quill/actions/runs/13354950349/job/37296412467
77-
# - name: Check if package is ready for publishing
78-
# run: flutter pub publish --dry-run
77+
- name: Check if package is ready for publishing
78+
run: flutter pub publish --dry-run
7979

8080
- name: Publish flutter_quill
8181
run: flutter pub publish --force

0 commit comments

Comments
 (0)