Skip to content

Commit

Permalink
updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barrownicholas committed Jun 14, 2024
1 parent 0ea99f1 commit 8fc3be6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ jobs:
uses: inspire-labs-tms-tech/google-play-app-version-code-cli@latest
with:
version: latest

- name: get next version code
id: version_code
run: echo "version_code=$(google-app-version next -f $JSON -p com.inspiretmstech.mobile)" >> $GITHUB_OUTPUT
env:
JSON: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_JSON }}

- name: use versionCode
run: echo ${{ steps.version_code.outputs.version_code }}
```
## Setup
Expand Down

0 comments on commit 8fc3be6

Please sign in to comment.