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