We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093f334 commit c59ab63Copy full SHA for c59ab63
.github/workflows/release-automated.yml
@@ -29,7 +29,7 @@ jobs:
29
if: env.package == 'flutter'
30
uses: subosito/flutter-action@v2
31
with:
32
- channel: 'beta'
+ channel: 'stable'
33
cache: true
34
- name: Install dart dependencies
35
run: dart pub get --directory 'packages/dart'
.github/workflows/release-manual.yml
@@ -32,7 +32,7 @@ jobs:
36
37
38
0 commit comments