Skip to content
package

GitHub Action

Release to PlayStore

v1.0.0-alpha Pre-release

Release to PlayStore

package

Release to PlayStore

GitHub Action to release android app to PlayStore

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Release to PlayStore

uses: bijaykumarpun/android-release-pipeline@v1.0.0-alpha

Learn more about this action in bijaykumarpun/android-release-pipeline

Choose a version

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