diff --git a/.github/workflows/pub_publish.yml b/.github/workflows/pub_publish.yml index 3165ba9..c853133 100644 --- a/.github/workflows/pub_publish.yml +++ b/.github/workflows/pub_publish.yml @@ -10,12 +10,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Publish - uses: k-paxian/dart-package-publisher@master + uses: k-paxian/dart-package-publisher@v1.6 with: credentialJson: ${{ secrets.CREDENTIAL_JSON }} flutter: true - dry_run: false + dryRunOnly: false skipTests: true force: true + accessToken: + refreshToken: \ No newline at end of file