Skip to content

Commit 82859b1

Browse files
committed
build: use stable Flutter channel for deploy
- Changed flutter channel to stable
1 parent 6610342 commit 82859b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Flutter
1818
uses: subosito/flutter-action@v2
1919
with:
20-
channel: 'beta' # Use the stable channel of Flutter
20+
channel: 'stable' # Use the stable channel of Flutter
2121
cache: false
2222

2323
# 3. Get Flutter dependencies

0 commit comments

Comments
 (0)