Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored May 17, 2023
1 parent e46d7e6 commit 404b48b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
with:
Expand Down

0 comments on commit 404b48b

Please sign in to comment.