Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Jan 7, 2024
1 parent 06595c1 commit bc7c8ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
channel: "beta"
flutter-version: ${{ env.FLUTTER_VERSION }}

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

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

- name: Install Rust toolchain
Expand Down

0 comments on commit bc7c8ec

Please sign in to comment.