From 9e372468106389bf6e3c8d0c33bb2c2f9da35fd9 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 2 Nov 2022 14:45:27 +0530 Subject: [PATCH] fix(release): add `status` parameter explicitly --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e35437ba..8683f8d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,12 +31,13 @@ jobs: - name: Publish bundle to Google Play uses: r0adkll/upload-google-play@v1.0.19 with: - serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} + mappingFile: android/bundle/mapping.txt packageName: dev.msfjarvis.claw.android releaseFiles: android/bundle/*.aab + serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} + status: completed track: production whatsNewDirectory: distribution/whatsnew - mappingFile: android/bundle/mapping.txt - name: Clean secrets run: scripts/signing-cleanup.sh