From 592feb212225ae7262593447bad7277a0eb141d5 Mon Sep 17 00:00:00 2001 From: Czechbol Date: Sun, 2 Jan 2022 23:13:24 +0100 Subject: [PATCH] =?UTF-8?q?s=C3=A9riov=C3=BD=20workflow,=20ka=C5=BEd=C3=BD?= =?UTF-8?q?=20job=20bude=20=C4=8Dekat=20na=20p=C5=99edchoz=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e0e663d..4aec023 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,6 +70,7 @@ jobs: # vytvoření prázdného releasu release: runs-on: ubuntu-latest + needs: subjects outputs: upload_url: ${{ steps.create_release.outputs.upload_url }} @@ -99,7 +100,7 @@ jobs: addSubjects: runs-on: ubuntu-latest # potřeba listOfDirectories pro vytvoření jobs matrix - needs: [ listOfDirectories, subjects, release ] + needs: [ release, listOfDirectories ] # vytvoření samostatného jobu pro každý předmět strategy: