guardian/Deploy build to Google play
Deploys a build to a Google Play track using fastlane
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dry-run | When enabled, workflow will not execute the fastlane command to deploy a build, but print it instead | no | false |
| package-name | The unique package name for the android app, e.g. uk.co.guardian.feast | yes | — |
| artifact-name | Name of the build artifacts (set when calling actions/upload-artifact in the build automation) | yes | — |
| track | Play store track to deploy to (e.g. production, internal) | yes | internal |
| rollout | Percentage rollout [0 - 1] | yes | 1.00 |
| gitref | Branch or tag to deploy | no | — |
| sha | Commit hash to deploy (optional) | no | — |
| github-token | — | yes | — |
| console-credentials | — | yes | — |
| version-codes-to-retain | — | no | "" |
Outputs
| name | description |
|---|---|
| aab | The filename of the aab that was deployed |
| sha | The aab was build from this commit SHA |