Skip to content

Commit

Permalink
fix: increase flutter version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud-eslami committed Jun 25, 2023
1 parent 64e63ab commit 6e8a722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: [main, develop]
branches: [ main, develop ]

jobs:
build_android:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install and set flutter version
uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.0"
flutter-version: "3.10.3"
channel: "stable"

- name: Check dir
Expand Down

0 comments on commit 6e8a722

Please sign in to comment.