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