Skip to content

Multi-Platform(Re-Usable) App Build and Publish #7

Multi-Platform(Re-Usable) App Build and Publish

Multi-Platform(Re-Usable) App Build and Publish #7

name: Multi-Platform(Re-Usable) App Build and Publish
on:
workflow_dispatch:
inputs:
release_type:
type: choice
options:
- internal # For internal testing purposes
- beta # For beta testing with external testers
default: internal
description: Release Type
publish_android:
type: boolean
default: false
description: Publish Android App On Play Store
permissions:
contents: write
concurrency:
group: "reusable"
cancel-in-progress: false
jobs:
multi_platform_build_and_publish:
name: Build Android Application
uses: niyajali/mifos-mobile-github-actions/.github/workflows/multi_platform_build_and_publish.yaml@main

Check failure on line 29 in .github/workflows/multi_platform_build_and_publish.yaml

View workflow run for this annotation

GitHub Actions / Multi-Platform(Re-Usable) App Build and Publish

Invalid workflow file

The workflow is not valid. In .github/workflows/multi_platform_build_and_publish.yaml (Line: 29, Col: 11): Error from called workflow niyajali/mifos-mobile-github-actions/.github/workflows/multi_platform_build_and_publish.yaml@main (Line: 165, Col: 29): Job 'publish_android_on_firebase' depends on unknown job 'generate_release_info'. In .github/workflows/multi_platform_build_and_publish.yaml (Line: 29, Col: 11): Error from called workflow niyajali/mifos-mobile-github-actions/.github/workflows/multi_platform_build_and_publish.yaml@main (Line: 232, Col: 29): Job 'publish_android_on_playstore' depends on unknown job 'generate_release_info'.
secrets: inherit
with:
release_type: ${{ inputs.release_type }}
publish_android: ${{ inputs.publish_android }}
android_package_name: 'mifospay-android'