From cfe64dcb618e6c440466d87c98aba887f841fa54 Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Sat, 27 Jul 2024 04:24:26 -0400 Subject: [PATCH] fix: cd fdroid dispatch bug --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8326e75..3a46b3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,6 +114,7 @@ jobs: - name: Repository Dispatch for my F-Droid repo uses: peter-evans/repository-dispatch@v3 + if: ${{ inputs.release_type == 'release' }} with: token: ${{ secrets.PAT }} repository: zaneschepke/fdroid