From db9c4ad0def65f4f7290fe3889adfb30ac41b761 Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Wed, 18 Dec 2024 23:34:30 +0100 Subject: [PATCH] chore: fix dependency in winget publish workflow (#645) --- .github/workflows/winget-publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget-publish-release.yml b/.github/workflows/winget-publish-release.yml index 1ea5470..fc5585f 100644 --- a/.github/workflows/winget-publish-release.yml +++ b/.github/workflows/winget-publish-release.yml @@ -26,7 +26,7 @@ jobs: cleanup: name: Cleanup branches - needs: update # Not necessarily needed as PRs don't get closed that quick but still nice to have it in order + needs: publish # Not necessarily needed as PRs don't get closed that quick but still nice to have it in order runs-on: ubuntu-24.04 steps: - name: Run Komac