From 9cb1740fd61105aeb43740104baa8c5325992e26 Mon Sep 17 00:00:00 2001 From: Michael Voigt <91879843+mvoigt-sag@users.noreply.github.com> Date: Fri, 6 Jan 2023 14:58:46 +0100 Subject: [PATCH] COE-785: create-release job needs build_upload job --- .github/workflows/build-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index ae2683f7..24c7c8f2 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -53,6 +53,7 @@ jobs: create-release: runs-on: ubuntu-latest + needs: build_upload if: github.ref == 'refs/heads/main' steps: - name: Create Release @@ -85,4 +86,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: 'source-code.zip' asset_name: 'oee-simulators-src.zip' - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip