From 0ac555c4e2b5b6003d9eeeefdfedd17436e8a6df Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Wed, 15 Mar 2023 10:31:46 +0600 Subject: [PATCH] cd: re enable dy run for flathub job --- .github/workflows/spotube-publish-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spotube-publish-binary.yml b/.github/workflows/spotube-publish-binary.yml index 05e549e6..94150a3e 100644 --- a/.github/workflows/spotube-publish-binary.yml +++ b/.github/workflows/spotube-publish-binary.yml @@ -37,7 +37,7 @@ jobs: git switch update-${{ inputs.version }} - name: Push to flathub - # if: ${{ !inputs.dry_run }} + if: ${{ !inputs.dry_run }} run: git push -u origin update-${{ inputs.version }} aur: