Skip to content

GitHub Action to release Android application straight to PlayStore

License

Notifications You must be signed in to change notification settings

bijaykumarpun/android-release-pipeline

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

android-release-pipeline


git push origin PlayStore

GitHub Action for releasing Android app straight to Play Store

Required Inputs

  • packageName

    Application package name
  • serviceAccountJson

    Service account JSON file content
  • releaseFileDir

    Release file directory
  • track

    Release track
  • mappingFileDir

    Mapping file directory

Usage Example

  - name: Release to PlayStore
        uses: BijayKumarPun/android-release-pipeline@v1.0.0-alpha
        with:
          serviceAccountJson: ${{vars.SERVICE_ACCOUNT_JSON}}
          packageName:  ${{vars.PACKAGE_NAME}}
          releaseFileDir: 'app/build/outputs/bundle/release/app-release.aab'
          mappingFileDir: 'app/build/outputs/mapping/release/mapping.txt'
          track: 'production'

License

About

GitHub Action to release Android application straight to PlayStore

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published