Skip to content

Commit c3b61ee

Browse files
Enable pro mode (#1137)
1 parent f39c37c commit c3b61ee

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/production.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
3636
keyPassword: ${{ secrets.KEY_PASSWORD }}
3737

38-
# - name: Sign Pro AAB
39-
# id: sign
40-
# uses: r0adkll/sign-android-release@fix/bundle-signing
41-
# with:
42-
# releaseDirectory: app/build/outputs/bundle/proRelease
43-
# signingKeyBase64: ${{ secrets.SIGNING_KEY_WITH_PRO }}
44-
# alias: pro
45-
# keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
46-
# keyPassword: ${{ secrets.KEY_PASSWORD }}
38+
- name: Sign Pro AAB
39+
id: sign
40+
uses: r0adkll/sign-android-release@fix/bundle-signing
41+
with:
42+
releaseDirectory: app/build/outputs/bundle/proRelease
43+
signingKeyBase64: ${{ secrets.SIGNING_KEY_WITH_PRO }}
44+
alias: pro
45+
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
46+
keyPassword: ${{ secrets.KEY_PASSWORD }}
4747

4848
- name: Create service_account.json
4949
id: createServiceAccount
@@ -61,17 +61,17 @@ jobs:
6161
status: inProgress
6262
whatsNewDirectory: whatsnew/
6363

64-
# - name: Deploy Pro to Play Store (PROD)
65-
# id: deployProProd
66-
# uses: r0adkll/[email protected]
67-
# with:
68-
# serviceAccountJson: service_account.json
69-
# packageName: com.yogeshpaliyal.keypass.pro
70-
# releaseFiles: app/build/outputs/bundle/proRelease/*.aab
71-
# track: production
72-
# userFraction: 0.01
73-
# status: inProgress
74-
# whatsNewDirectory: whatsnew/
64+
- name: Deploy Pro to Play Store (PROD)
65+
id: deployProProd
66+
uses: r0adkll/[email protected]
67+
with:
68+
serviceAccountJson: service_account.json
69+
packageName: com.yogeshpaliyal.keypass.pro
70+
releaseFiles: app/build/outputs/bundle/proRelease/*.aab
71+
track: production
72+
userFraction: 0.01
73+
status: inProgress
74+
whatsNewDirectory: whatsnew/
7575

7676
- name: Deploy Free to Indus App Store
7777
id: uploadToIndus

0 commit comments

Comments
 (0)