mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-06 00:59:34 -06:00
Update production.yml
This commit is contained in:
committed by
GitHub
parent
8f4b31f8d1
commit
d42c551ac7
12
.github/workflows/production.yml
vendored
12
.github/workflows/production.yml
vendored
@@ -48,3 +48,15 @@ jobs:
|
||||
releaseFiles: app/build/outputs/bundle/productionRelease/*.aab
|
||||
track: beta
|
||||
whatsNewDirectory: whatsnew/
|
||||
|
||||
|
||||
- name: Deploy to Play Store (PROD)
|
||||
id: deployProd
|
||||
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: production
|
||||
userFraction: 0.01
|
||||
whatsNewDirectory: whatsnew/
|
||||
|
||||
Reference in New Issue
Block a user