We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8262e90 commit f950554Copy full SHA for f950554
.github/workflows/pub_publish_dry_run.yml
@@ -9,9 +9,13 @@ jobs:
9
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
13
+ - name: Install the latest stable version of Flutter
14
+ uses: subosito/flutter-action@v2
15
+ with:
16
+ channel: 'stable'
17
- name: Publish
- uses: sakebook/actions-flutter-pub-publisher@v1.3.0
18
+ uses: sakebook/actions-flutter-pub-publisher@v1.4.1
19
with:
20
credential: ${{ secrets.CREDENTIAL_JSON }}
21
flutter_package: true
0 commit comments