Skip to content

Commit e5d3f6d

Browse files
authored
Update publisher.yml (#86)
1 parent 288ec8c commit e5d3f6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publisher.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ jobs:
1919
uses: subosito/flutter-action@v2
2020
with:
2121
channel: stable # or: beta, master (or main)
22+
flutter-version: 3.27.4
2223
- name: Install dependencies
2324
run: flutter pub get
2425
- name: Dart and Flutter Package Publisher
2526
uses: k-paxian/[email protected]
2627
with:
28+
flutterVersion: 3.27.4
2729
credentialJson: ${{ secrets.CREDENTIAL_JSON }}

0 commit comments

Comments
 (0)