From e9ae3fb7e653650d67bdcc98d5e79f2914e8924a Mon Sep 17 00:00:00 2001 From: Guillaume Bouvignies Date: Tue, 10 Oct 2023 08:25:33 -0700 Subject: [PATCH] Fix workflow action (#2423) --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0f39477805..f7299fc382 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -191,7 +191,7 @@ jobs: ${{ steps.extract.outputs.destination }}/* attach_ee_binary_to_release: - needs: [build-ee] + needs: [build_ee] runs-on: ubuntu-latest if: ${{ startsWith(github.ref, 'refs/tags/') }} steps: