Specifies the release track to which the given app file(s) will be assigned, or uploaded.

Regular release tracks

You can enter the name of a custom track, or one of the built-in tracks: For these tracks, you have the choice of rolling out the uploaded app files to all existing users immediately, or doing a staged rollout so that only a percentage of your existing userbase will be able to download the new version. Alternatively, you can set the rollout percentage to zero to create a draft release.

For more information on using the internal, alpha, beta or custom testing tracks, see the Google Play documentation:
https://support.google.com/googleplay/android-developer/answer/3131213

Internal App Sharing

Alternatively, you can use the special track name internal-app-sharing, which will upload the app file — either an AAB or APK file — directly to Internal App Sharing. In this case, no other build step configuration is required, other than the Google Play credentials.

Upon successful upload, the download URL for the uploaded file will be output to the build log.


This field supports substituting environment variables in the form ${SOME_VARIABLE} or $SOME_VARIABLE at build time.