Skip to content

Publish Android

Actions
Get a release by tag, latest or current release
v1.0.1
Latest
Star (8)

Publish Android

This GitHub Action to upload an Android release (.apk or .aab) to the Google Play Store.

Usage

See action.yml

Example

uses: joutvhu/publish-android@v1
with:
  serviceAccountJson: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_JSON }}
  packageName: com.example.MyApp
  releaseFile: |
    app/build/outputs/bundle/release/app-release-1.aab
    app/build/outputs/bundle/release/app-release-2.aab
  track: production
  status: inProgress
  inAppUpdatePriority: 2
  userFraction: 0.25
  whatsNewDirectory: distribution/whatsnew
  mappingFile: app/build/outputs/mapping/release/mapping.txt

Publish Android is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Get a release by tag, latest or current release
v1.0.1
Latest

Publish Android is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.