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 199b7a2 commit 0ea99f1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

Retrieve the latest (or next) [versionCode](https://developer.android.com/studio/publish/versioning#versioningsettings) for a Google Play App. Useful for automating build scripts.

## GitHub Action

Using the CLI is incredibly simple, using the pre-compiled [GitHub Action](https://github.com/marketplace/actions/setup-google-app-version-cli-tool):

```yaml

jobs:
job:
# ...
steps:
- name: Setup Google App Version CLI Tool
uses: inspire-labs-tms-tech/google-play-app-version-code-cli@latest
with:
version: latest
```
## Setup
### Service Account
Expand Down

0 comments on commit 0ea99f1

Please sign in to comment.