kevin-david/Promote Google Play Release Track
Promote a release from one track to another on Google Play. Often used with https://github.com/r0adkll/upload-google-play/
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service-account-json-raw | The raw json text of the service account private key to authorize the upload request | no | — |
| service-account-json-file | The file contains the service account json token to authorize the upload request | no | — |
| package-name | The package name, or Application Id, of the app you are editing | yes | — |
| inapp-update-priority | In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0 | no | 0 |
| user-fraction | Portion of users who should get the staged version of the app. Accepts values between 0.0 and 1.0 (exclusive-inclusive). Defaults to 1.0 | no | 1 |
| from-track | The source track to promote from. Defaults to beta. | no | beta |
| to-track | The target track to promote to. Defaults to production. | no | production |
Outputs
no outputs