Skip to content

Commit

Permalink
Update CD flutter version to 2.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Jul 21, 2021
1 parent a9a9bf2 commit d473d92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.x'
flutter-version: '2.2.x'
channel: 'stable'
- name: Install Flutter dependencies
run: flutter pub get
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.x'
flutter-version: '2.2.x'
channel: 'stable'
- run: flutter pub get
- run: flutter build ios --release --no-codesign
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.x'
flutter-version: '2.2.x'
channel: 'stable'
- name: Upgrades flutter
run: flutter upgrade
Expand Down

0 comments on commit d473d92

Please sign in to comment.