From 439094a718740cbecc4d18d7fcb6ca631201b581 Mon Sep 17 00:00:00 2001 From: Rafael Caetano Date: Thu, 2 Nov 2023 16:35:04 +0000 Subject: [PATCH] Update PlayStore upload action and remove changesNotSentForReview flag from PlayStore release jobs --- .github/workflows/release-playstore.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-playstore.yaml b/.github/workflows/release-playstore.yaml index a8ae9774..b1107682 100644 --- a/.github/workflows/release-playstore.yaml +++ b/.github/workflows/release-playstore.yaml @@ -42,7 +42,7 @@ jobs: run: echo VERSION=$(grep -oP 'versionName = "\K(.*?)(?=")' buildSrc/src/main/kotlin/AppConfig.kt) >> $GITHUB_OUTPUT - name: Create Play Store Release - uses: r0adkll/upload-google-play@v1.0.19 + uses: r0adkll/upload-google-play@v1.1.2 with: serviceAccountJsonPlainText: ${{ secrets.MELONDS_PLAYSTORE_ACCOUNT_JSON }} packageName: me.magnum.melonds diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 53dc3cb7..51eb3747 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -100,7 +100,7 @@ jobs: run: echo VERSION=$(grep -oP 'versionName = "\K(.*?)(?=")' buildSrc/src/main/kotlin/AppConfig.kt) >> $GITHUB_OUTPUT - name: Create Play Store Release - uses: r0adkll/upload-google-play@v1.0.19 + uses: r0adkll/upload-google-play@v1.1.2 with: serviceAccountJsonPlainText: ${{ secrets.MELONDS_PLAYSTORE_ACCOUNT_JSON }} packageName: me.magnum.melonds