Skip to content

Release to PlayStore

Actions
GitHub Action to release android app to PlayStore
v1.0.0-alpha
LatestPre-release
Star (3)

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/[email protected]
        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

Release to PlayStore 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

GitHub Action to release android app to PlayStore
v1.0.0-alpha
LatestPre-release

Release to PlayStore 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.