File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments