Release to PlayStore
Actions
git push origin PlayStore
GitHub Action for releasing Android app straight to Play Store
- Application package name
- Service account JSON file content
- Release file directory
- Release track
- Mapping file directory
- 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'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.