From f950554fcd8e046d39313d608e99463135a86a6a Mon Sep 17 00:00:00 2001 From: Bradley Wang <41172064+h65wang@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:30:54 -0700 Subject: [PATCH] Update pub_publish_dry_run.yml --- .github/workflows/pub_publish_dry_run.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pub_publish_dry_run.yml b/.github/workflows/pub_publish_dry_run.yml index 7b49e74..b14d434 100644 --- a/.github/workflows/pub_publish_dry_run.yml +++ b/.github/workflows/pub_publish_dry_run.yml @@ -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