Skip to content

Commit

Permalink
chore: use flutter stable channel
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Feb 22, 2024
1 parent 6a8d54b commit 28334a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Install flutter
uses: subosito/flutter-action@v2
with:
channel: "beta"
channel: "stable"
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Install Rust toolchain
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Install flutter
uses: subosito/flutter-action@v2
with:
channel: "beta"
channel: "stable"
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Install Rust toolchain
Expand Down

0 comments on commit 28334a9

Please sign in to comment.