Update production.yml

This commit is contained in:
Yogesh Choudhary Paliyal
2023-06-03 15:01:50 +05:30
committed by GitHub
parent 66c6641511
commit 690fee3c7c
+1 -10
View File
@@ -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