From 27829bed1b46f4a5909b0c5eb528d1839d5ee63c Mon Sep 17 00:00:00 2001 From: Vindaar Date: Fri, 26 Jul 2024 11:20:22 +0200 Subject: [PATCH] [CI] only run release when `build` is finished --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b21153c..3988d90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,6 +104,7 @@ jobs: release: runs-on: ${{ matrix.os }} + needs: build strategy: fail-fast: false matrix: