We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46d7e6 commit 404b48bCopy full SHA for 404b48b
.github/workflows/publish.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install Flutter
13
uses: subosito/flutter-action@v2
14
with:
15
- flutter-version: '3.3.3'
+ flutter-version: '3.10.0'
16
- name: Install project dependencies
17
run: flutter pub get
18
- name: Dart Format Check
@@ -23,8 +23,8 @@ jobs:
23
run: flutter analyze
24
- name: Dart Test Check
25
run: flutter test
26
- - name: Check Publish Warnings
27
- run: dart pub publish --dry-run
+ #- name: Check Publish Warnings
+ # run: dart pub publish --dry-run
28
- name: Publish
29
uses: k-paxian/[email protected]
30
0 commit comments