From 5d0e288ce4909d327c0a5027afed11b60eda899a Mon Sep 17 00:00:00 2001 From: Pavan Navarathna <6504783+pavannd1@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:55:46 -0700 Subject: [PATCH] Fix publish_charts job in the release workflow (#3187) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 26f0de6594..8dcf5c9d8a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -112,7 +112,7 @@ jobs: release_tag: ${{ needs.run_if.outputs.release_tag }} publish_charts: - runs-on: [run_if, release_packages] + needs: [run_if, release_packages] env: GH_TOKEN: ${{ secrets.GH_TOKEN }} RELEASE_TAG: ${{ needs.run_if.outputs.release_tag }}