We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f021e4 commit 8c6d40fCopy full SHA for 8c6d40f
1 file changed
.github/workflows/publisher.yml
@@ -18,7 +18,8 @@ jobs:
18
- name: Install Flutter
19
uses: subosito/flutter-action@v2
20
with:
21
- flutter-version: '3.22.0'
+ channel: stable # or: beta, master (or main)
22
+ flutter-version: 3.22.0
23
- name: Install dependencies
24
run: flutter pub get
25
- name: Publish
0 commit comments