From 9c96594abf82bf2729bdf2ad85d18d79d994bfcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Fri, 19 Jul 2024 17:33:52 +0200 Subject: [PATCH] ci: release after compile --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e863cc..fab9558 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,6 +101,7 @@ jobs: release: name: release runs-on: ubuntu-latest + needs: compile steps: - name: checkout uses: actions/checkout@v4