Skip to content

Commit

Permalink
Fix pub command
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgomezrico committed Aug 8, 2023
1 parent c63df67 commit b194c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pubspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.8.1'
flutter-version: '3.0.0'
channel: 'stable'
cache: true
cache-key: flutter-3 # optional, change this to force refresh cache
Expand All @@ -28,6 +28,6 @@ jobs:
- run: flutter pub get

- name: Check Publish Warnings
run: pub publish --dry-run
run: flutter pub publish --dry-run
#- name: Publish Package
# run: pub publish -f

0 comments on commit b194c4b

Please sign in to comment.