From ebfa63589d4071d8e6fba76d5b1912be020604d7 Mon Sep 17 00:00:00 2001 From: Sk Niyaj Ali Date: Mon, 30 Dec 2024 18:27:33 +0530 Subject: [PATCH] ci: Remove `publish_android` input from multi-platform workflow This commit removes the `publish_android` input from the `multi-platform-build-and-publish` workflow. This input was previously used to control whether the Android app should be published to the Play Store. Since this functionality is no longer required, the input has been removed to simplify the workflow configuration. --- .github/workflows/multi-platform-build-and-publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/multi-platform-build-and-publish.yml b/.github/workflows/multi-platform-build-and-publish.yml index 284d6d3b7..6f399984a 100644 --- a/.github/workflows/multi-platform-build-and-publish.yml +++ b/.github/workflows/multi-platform-build-and-publish.yml @@ -74,11 +74,6 @@ on: default: 'dev' description: 'Target branch for release' - publish_android: - type: boolean - default: false - description: Publish Android App On Play Store - build_ios: type: boolean default: false @@ -110,7 +105,6 @@ jobs: desktop_package_name: 'mifospay-desktop' # <-- Change this to your desktop package name web_package_name: 'mifospay-web' # <-- Change this to your web package name tester_groups: 'mobile-wallet-testing' # <-- Change this to your Firebase tester group - publish_android: ${{ inputs.publish_android }} build_ios: ${{ inputs.build_ios }} publish_ios: ${{ inputs.publish_ios }} secrets: