From ed5427af9d358eb563a9eabc069f7243f9246f14 Mon Sep 17 00:00:00 2001 From: Santanu Sinha Date: Mon, 24 Jun 2024 10:26:24 +0530 Subject: [PATCH] Fixed names --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f67c4f0..464b1580 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,8 +45,8 @@ jobs: retention-days: 1 overwrite: true - deploy: - needs: build + deploy-containers: + needs: deploy-java runs-on: ubuntu-latest strategy: