From 4c78826487f8432aadd17a9881a66463b260048d Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sun, 8 Dec 2024 14:34:27 +0100 Subject: [PATCH] release depends on the previous step --- .github/workflows/pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 5310135..5b799ad 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -138,6 +138,7 @@ jobs: git push create-release: + needs: helm-package-publish if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest permissions: