From 90ca560ad39bdce3d6cefc6aeb58b32a3ed66c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Mon, 19 Dec 2022 17:29:24 +0100 Subject: [PATCH] Release depends on build --- .github/workflows/github-actions-demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 1833be7..e9f1d81 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -30,6 +30,7 @@ jobs: path: app/Alma release: + needs: build runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v3