mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-05-06 02:37:21 -05:00
Update production.yml
This commit is contained in:
committed by
GitHub
parent
66c6641511
commit
690fee3c7c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user