From 15db501869c749276e8540a5e6f78bc3638182df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85smund=20V=C3=A5ge=20Fannemel?= <34712686+asmfstatoil@users.noreply.github.com> Date: Fri, 18 Nov 2022 15:50:22 +0100 Subject: [PATCH] Update release_with_jars.yml --- .github/workflows/release_with_jars.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_with_jars.yml b/.github/workflows/release_with_jars.yml index e2df6f4e9a..d57163c53e 100644 --- a/.github/workflows/release_with_jars.yml +++ b/.github/workflows/release_with_jars.yml @@ -95,8 +95,9 @@ jobs: path: staging create_release: + name: Create release v${{ needs.get_versions.outputs.version_8 }} runs-on: ubuntu-latest - needs: [compile_java_8, compile_java_11] + needs: [get_versions, compile_java_8, compile_java_11] steps: - name: Download jar files from artifacts