From cb0c52fb26532d52da0df2254096b1023f10a18d Mon Sep 17 00:00:00 2001 From: Micaiah Martin <77340197+mimartin12@users.noreply.github.com> Date: Fri, 15 Jul 2022 13:30:14 +0000 Subject: [PATCH] Add publish options to release workflow (#1994) --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e28ba9a8..6a90503b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,11 @@ on: - Initial Release - Redeploy - Dry Run + fdroid_publish: + description: 'Publish to f-droid store' + required: true + default: true + type: boolean jobs: release: @@ -78,6 +83,7 @@ jobs: name: F-Droid Release runs-on: ubuntu-20.04 needs: release + if: inputs.fdroid_publish steps: - name: Checkout repo uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0