From 1bfea142ad677c24771d067ace14ccc4958019d3 Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Thu, 26 Dec 2024 22:34:00 -0500 Subject: [PATCH] ci: fix fdroid publish --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 37a2686..403abb0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -195,7 +195,7 @@ jobs: publish-fdroid: runs-on: ubuntu-latest needs: - - publish-github + - build if: inputs.release_type == 'release' steps: - name: Dispatch update for fdroid repo