From a263e3ddb090997b8c151f463bed4ccd8d27d72f Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 9 Apr 2025 11:41:36 +0200 Subject: [PATCH] fix: Require build job before releasing --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6e2611c..8d6d59f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -68,6 +68,8 @@ jobs: name: Create github release runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') + needs: + - build permissions: contents: write steps: