From d6a3bb29a5b29f8720c1540f40cb276abbc5fc3e Mon Sep 17 00:00:00 2001 From: Lukas Harbarth Date: Wed, 23 Oct 2024 10:15:53 +0200 Subject: [PATCH] chore: fix release action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b14a976209e..4604ec6f270 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: --no-git-tag-version --no-push build-and-release: - needs: ['test', 'release-dryrun', 'check-charts-peer-deps'] + needs: ['test', 'release-dryrun', 'check-charts-compat-peer-deps'] runs-on: ubuntu-latest environment: name: 'npm'