Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyansh Lodha <[email protected]>
  • Loading branch information
static-var committed Jan 18, 2024
1 parent 4ad5c1d commit fd5db24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/internal_play_store_release_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: set up Java 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
Expand Down Expand Up @@ -75,14 +75,15 @@ jobs:
echo "${{ github.workspace }}/${{ env.APK }}"
- name: Publish to play store
uses: r0adkll/upload-google-play@v1.0.17
uses: r0adkll/upload-google-play@v1.1.2
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: dev.staticvar.vlr
releaseFiles: app/build/outputs/bundle/release/*.aab
track: beta
inAppUpdatePriority: 5
whatsNewDirectory: distribution/whatsnew
mappingFile: app/build/outputs/mapping/release/mapping.txt

- name: Push tag
id: tag_version
Expand Down

0 comments on commit fd5db24

Please sign in to comment.