Skip to content

Commit

Permalink
Update pub_publish_dry_run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h65wang committed Mar 17, 2024
1 parent 8262e90 commit f950554
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pub_publish_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Install the latest stable version of Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.0
uses: sakebook/actions-flutter-pub-publisher@v1.4.1
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: true
Expand Down

0 comments on commit f950554

Please sign in to comment.