Publish Bundle to Google Play with YAML

YAML parameters for Publish Bundle to Google Play

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to ANDROID_PUBLISH_APP_BUNDLE.
application_id
Required
StringThe ID of the Android Application.
track
Required
StringThe track type to read or modify. Can be one of production, alpha, beta, rollout, internal or custom track as configured in Google Play Console.
apk_files
Required
APKs[]The list of sets of paths to the APKs.
integration_hash
Required
StringThe ID of the integration.
draftBooleanSet to true to publish as a draft.
user_fractionFloatPortion of the users who should get the staged rollout version of the APK (range 0.0 - 1.0). Required if track is set to rollout.
changes_pathStringThe path to the changelog file.
supersede_versionsBooleanCheck and disable superseded versions in other tracks (if any).

YAML example for Publish Bundle to Google Play

actions:
- action: "Publish Android App Bundle"
  type: "ANDROID_PUBLISH_APP_BUNDLE"
  application_id: "com.springloops.mylovelyapp"
  track: "rollout"
  user_fraction: 0.05
  changes_path: "changes.xml"
  supersede_versions: true
  draft: true
  apk_files:
  - apk_path: "app-release-signed.aab"
  integration_hash: "4Jq3R9OjoQeZmL7gdpZVg8lNDM"

Last modified on April 26, 2022

Get Started

Sign up for free and deploy your project in less than 10 minutes.