Skip to content

Commit

Permalink
Update google-play-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jk2pr committed Nov 24, 2021
1 parent c542f8d commit d85e3bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/google-play-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
run: echo "$GOOGLE_SERVICE_JSON" > ./app/google-services.json

- name: Decode Keystore
uses: timheuer/base64-to-file@v1
uses: davidSchuppa/base64Secret-toFile-action@v1
with:
fileName: 'app/Keystore'
encodedString: ${{ secrets.KEYSTORE_JKS_STRING }}
secret: ${{ secrets.KEYSTORE_JKS_STRING }}
filename: Keystore
destination-path: ~/app

- name: Bump version
uses: chkfung/[email protected]
Expand Down

0 comments on commit d85e3bb

Please sign in to comment.