Skip to content

Commit

Permalink
fix(ci-cd): Update Flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed May 19, 2023
1 parent 6b4eb65 commit b0a09c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.7.12'
flutter-version: '3.10.0'

- name: Install dependencies 📦
run: flutter pub get
Expand Down

0 comments on commit b0a09c5

Please sign in to comment.