Skip to content

KMP Promote Android App to Production #5

KMP Promote Android App to Production

KMP Promote Android App to Production #5

name: KMP Promote Android App to Production
on:
workflow_dispatch:
jobs:
promote_android_app:
runs-on: macos-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Promote Android App to Production
uses: ./.github/actions/android-production
with:
android_package_name: 'mifospay-android'
playstore_creds: ${{ secrets.PLAYSTORECREDS }}