From 2e7557a9aab806447fa4707fa6940044649311c9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 14 Nov 2022 18:37:48 +0000 Subject: [PATCH] ci(release): fix job dependencies --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76a6132..c0c98b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: release-please: runs-on: ubuntu-latest - needs: [build] + needs: [build, helm-lint] if: github.ref == 'refs/heads/main' steps: - uses: google-github-actions/release-please-action@v3