johangaw/Android release action
Create a new release on google play console. Upload an Android App Bundle (.aab) to it and select a track. By default the internal test track is used since it most likely that a CI build would target that one.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| key-file | Path to the service account key file (relative the project root) | yes | — |
| package-name | Android package name | yes | — |
| aab-file | Path to the aab file (relative the project root) | yes | — |
| track | The track tp publish the aab to (internal, alpha, beta or production) | yes | internal |
| release-name | The name of the new release. If not provided the versionCode of the aab will be used. | — | — |
Outputs
| name | description |
|---|---|
| version-code | The version code of the uploaded aab |