list_google_play_tracks
Retrieve Google Play track details (internal, alpha, beta, production) with current release info and version codes for a given Android package name, enabling versionCode increment for build numbers.
Instructions
List Google Play tracks (internal, alpha, beta, production) with current release info and version codes. Find the highest versionCode across all tracks, increment by 1, and pass that as BUILD_NUMBER in trigger_build variables before triggering a release build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | The Android package name, e.g. com.example.myapp |