From 1b9b59e5dcb7d33981e7f9519bca65d9c2f77062 Mon Sep 17 00:00:00 2001 From: jcriadomarco Date: Thu, 13 Oct 2022 11:12:50 +0100 Subject: [PATCH] feat: generate release after publish images Generate release just after publish images Signed-off-by: jcriadomarco --- .github/workflows/release-workflow.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-workflow.yaml b/.github/workflows/release-workflow.yaml index e64020c8..6cc070ae 100644 --- a/.github/workflows/release-workflow.yaml +++ b/.github/workflows/release-workflow.yaml @@ -28,6 +28,7 @@ jobs: release: name: create-release runs-on: ubuntu-latest + needs: publish container: image: alpine/helm steps: