Skip to content

Commit

Permalink
fix(CI): automatic deploys (#83)
Browse files Browse the repository at this point in the history
* Downgrade flutter on CI

* Fix pub command
  • Loading branch information
danielgomezrico committed Aug 9, 2023
1 parent 7f24143 commit 814a630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pubspec.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
channel: 'stable'
cache: true
cache-key: flutter-3 # optional, change this to force refresh cache
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
cache-path: ${{ runner.tool_cache }}/flutter-3 # optional, change this to specify the cache path

- name: Prepare Env
shell: bash
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 814a630

Please sign in to comment.