mirror of
https://github.com/rafaelvcaetano/melonDS-android.git
synced 2024-11-23 05:39:41 +00:00
Update PlayStore upload action and remove changesNotSentForReview flag from PlayStore release jobs
This commit is contained in:
parent
fb850e80d0
commit
439094a718
2
.github/workflows/release-playstore.yaml
vendored
2
.github/workflows/release-playstore.yaml
vendored
@ -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
|
||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user