From 5aacc673c5a6c1f4488ac2bb1dcda2cdb9049f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:54:41 -0400 Subject: [PATCH] actions: bump `dogi/upload-google-play` to 1.1.4 (fixes #2074) (#2069) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi --- .github/workflows/android-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index b2967b410..ab22a56d4 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -75,7 +75,7 @@ jobs: - name: publish AAB to happy playstore if: github.ref == 'refs/heads/master' continue-on-error: true - uses: dogi/upload-google-play@v1.1.3 + uses: dogi/upload-google-play@v1.1.4 with: serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: io.treehouses.remote @@ -87,7 +87,7 @@ jobs: - name: publish AAB to unhappy playstore if: github.ref == 'refs/heads/master' continue-on-error: true - uses: dogi/upload-google-play@v1.1.3 + uses: dogi/upload-google-play@v1.1.4 with: serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: io.treehouses.remote