Skip to content

Commit 718a2e4

Browse files
committed
updated workflow
1 parent b0c256c commit 718a2e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
14+
- name: Setup Flutter
15+
uses: subosito/flutter-action@v2
16+
with:
17+
flutter-version: '3.13.0'
18+
channel: 'stable'
1419
- name: Publish
1520
uses: sakebook/[email protected]
1621
with:
1722
credential: ${{ secrets.CREDENTIAL_JSON }}
1823
flutter_package: true
1924
skip_test: true
20-
dry_run: false
25+
dry_run: true

0 commit comments

Comments
 (0)