Update publish.yaml

This commit is contained in:
CloudWebRTC
2023-05-17 14:04:25 +08:00
committed by GitHub
parent e46d7e6836
commit 404b48bb96
+3 -3
View File
@@ -12,7 +12,7 @@ jobs:
- name: Install Flutter - name: Install Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: '3.3.3' flutter-version: '3.10.0'
- name: Install project dependencies - name: Install project dependencies
run: flutter pub get run: flutter pub get
- name: Dart Format Check - name: Dart Format Check
@@ -23,8 +23,8 @@ jobs:
run: flutter analyze run: flutter analyze
- name: Dart Test Check - name: Dart Test Check
run: flutter test run: flutter test
- name: Check Publish Warnings #- name: Check Publish Warnings
run: dart pub publish --dry-run # run: dart pub publish --dry-run
- name: Publish - name: Publish
uses: k-paxian/dart-package-publisher@v1.5.1 uses: k-paxian/dart-package-publisher@v1.5.1
with: with: