Skip to content

Commit

Permalink
ci: Remove publish_android input from multi-platform workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
niyajali committed Dec 30, 2024
1 parent 3ffd787 commit ebfa635
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/multi-platform-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ebfa635

Please sign in to comment.