Skip to content

Commit f950554

Browse files
authored
Update pub_publish_dry_run.yml
1 parent 8262e90 commit f950554

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pub_publish_dry_run.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ jobs:
99

1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v1
12+
uses: actions/checkout@v3
13+
- name: Install the latest stable version of Flutter
14+
uses: subosito/flutter-action@v2
15+
with:
16+
channel: 'stable'
1317
- name: Publish
14-
uses: sakebook/actions-flutter-pub-publisher@v1.3.0
18+
uses: sakebook/actions-flutter-pub-publisher@v1.4.1
1519
with:
1620
credential: ${{ secrets.CREDENTIAL_JSON }}
1721
flutter_package: true

0 commit comments

Comments
 (0)