asoasis-tech/Play Store Upload
Upload Android AAB bundles to Google Play Store via the Android Publisher API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package_name | Android package name (e.g. com.asoasis.myapp) | yes | — |
| aab_path | Path to the signed AAB file | yes | — |
| track | Release track: internal, alpha, beta, production | no | internal |
| status | Release status: completed, inProgress, halted, draft | no | completed |
| user_fraction | Staged rollout fraction (0.0–1.0). Only used when status is inProgress. | no | 1.0 |
| release_notes | What's new text for this release | no | "" |
| release_notes_lang | Language code for release notes | no | en-US |
| service_account_json | Google Play service account JSON key (use secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON) | yes | — |
Outputs
| name | description |
|---|---|
| version_code | The version code of the uploaded bundle |
| edit_id | The Play Store edit ID used for the upload |