Update PlayStore upload action and remove changesNotSentForReview flag from PlayStore release jobs

This commit is contained in:
Rafael Caetano 2023-11-02 16:35:04 +00:00
parent fb850e80d0
commit 439094a718
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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