Skip to content

Commit ab1b093

Browse files
committed
update android action to support ci cd
1 parent 093b984 commit ab1b093

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/android-action.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,12 @@ jobs:
124124
retention-days: 3
125125

126126
# NEED GOOGLE DEVELOPER ACCESS TO DO THE FOLLOWING
127-
# - name: Deploy to Play Store (internal track)
128-
# if: ${{ secrets.SERVICE_ACCOUNT_JSON != '' }}
129-
# uses: r0adkll/upload-google-play@v1
130-
# with:
131-
# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
132-
# packageName: ${{ env.PACKAGE_NAME }}
133-
# releaseFiles: ${{ steps.sign_aab.outputs.signedReleaseFile }}
134-
# track: internal
135-
# status: completed
136-
# inAppUpdatePriority: 5
127+
- name: Deploy to Play Store (internal track)
128+
uses: r0adkll/upload-google-play@v1
129+
with:
130+
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
131+
packageName: ${{ env.PACKAGE_NAME }}
132+
releaseFiles: ${{ steps.sign_aab.outputs.signedReleaseFile }}
133+
track: internal
134+
status: completed
135+
inAppUpdatePriority: 5

0 commit comments

Comments
 (0)