Skip to content

Commit

Permalink
[Fix] change flutter to stable in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
canxin121 authored Jul 5, 2024
1 parent f110e3a commit 9f70dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
channel: "beta"
channel: "stable"

- name: Setup Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit 9f70dbf

Please sign in to comment.