Skip to content

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

License

Notifications You must be signed in to change notification settings

joutvhu/publish-android

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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