From 690fee3c7c9e077b54bc5fd42b387c392bb8bea6 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sat, 3 Jun 2023 15:01:50 +0530 Subject: [PATCH] Update production.yml --- .github/workflows/production.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index cd13b8a6..93779c8f 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -39,16 +39,7 @@ jobs: id: createServiceAccount run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json - - name: Deploy to Play Store (BETA) - id: deploy - uses: r0adkll/upload-google-play@v1.1.1 - with: - serviceAccountJson: service_account.json - packageName: com.yogeshpaliyal.keypass - releaseFiles: app/build/outputs/bundle/productionRelease/*.aab - track: beta - whatsNewDirectory: whatsnew/ - + - name: Deploy to Play Store (PROD) id: deployProd