Skip to content

Commit 404b48b

Browse files
authored
Update publish.yaml
1 parent e46d7e6 commit 404b48b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Flutter
1313
uses: subosito/flutter-action@v2
1414
with:
15-
flutter-version: '3.3.3'
15+
flutter-version: '3.10.0'
1616
- name: Install project dependencies
1717
run: flutter pub get
1818
- name: Dart Format Check
@@ -23,8 +23,8 @@ jobs:
2323
run: flutter analyze
2424
- name: Dart Test Check
2525
run: flutter test
26-
- name: Check Publish Warnings
27-
run: dart pub publish --dry-run
26+
#- name: Check Publish Warnings
27+
# run: dart pub publish --dry-run
2828
- name: Publish
2929
uses: k-paxian/[email protected]
3030
with:

0 commit comments

Comments
 (0)