From 3521d8c8567b0d963c1d9f48de67f25c5e433afa Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Mon, 18 Mar 2024 19:34:25 +0100 Subject: [PATCH] Correct job dependencies in workflow --- .github/workflows/tagging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index 3c028a0..fe9fc45 100644 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -67,7 +67,7 @@ jobs: permissions: contents: write checks: write - needs: build + needs: merge steps: - name: Download matrix outputs uses: actions/download-artifact@v4