From 404b48bb96a05c4b5df45e8c61bec5014c7b7e7c Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Wed, 17 May 2023 14:04:25 +0800 Subject: [PATCH] Update publish.yaml --- .github/workflows/publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b1d46c7c..311ed895 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.3.3' + flutter-version: '3.10.0' - name: Install project dependencies run: flutter pub get - name: Dart Format Check @@ -23,8 +23,8 @@ jobs: run: flutter analyze - name: Dart Test Check run: flutter test - - name: Check Publish Warnings - run: dart pub publish --dry-run + #- name: Check Publish Warnings + # run: dart pub publish --dry-run - name: Publish uses: k-paxian/dart-package-publisher@v1.5.1 with: