Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

 

History

57 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages