From bce1e12d7346cf64cf8cc418e90692b374fa76ea Mon Sep 17 00:00:00 2001 From: Amir Malka Date: Tue, 2 Sep 2025 19:32:00 +0300 Subject: [PATCH] fix post-release workflow Signed-off-by: Amir Malka --- .github/workflows/02-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/02-release.yaml b/.github/workflows/02-release.yaml index c21bc647..a48396cf 100644 --- a/.github/workflows/02-release.yaml +++ b/.github/workflows/02-release.yaml @@ -110,7 +110,7 @@ jobs: attestations: read contents: write uses: ./.github/workflows/e-post-release.yaml - needs: [publish-image] + needs: [retag, publish-image] with: TAG: ${{ needs.retag.outputs.NEW_TAG }} secrets: inherit