Pipery Google Play CD#
- Repository:
pipery-googleplay-cd - Release tag:
main - Catalog: /catalog/
Publishes Android .aab or .apk artifacts to Google Play. It supports Fastlane supply or a project-provided Gradle Play Publisher task.
- uses: pipery-dev/pipery-googleplay-cd@v1
with:
package_name: com.example.app
artifact_path: app/build/outputs/bundle/release/app-release.aab
track: internal
service_account_json_b64: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON_B64 }}