From 0f62e044735e9831a16765fa53921d5075dce264 Mon Sep 17 00:00:00 2001 From: Pavan Navarathna <6504783+pavannd1@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:57:06 -0700 Subject: [PATCH] Add runs-on to the publish_chart job (#3189) --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8dcf5c9d8a..087c86ba59 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -112,6 +112,7 @@ jobs: release_tag: ${{ needs.run_if.outputs.release_tag }} publish_charts: + runs-on: ubuntu-latest needs: [run_if, release_packages] env: GH_TOKEN: ${{ secrets.GH_TOKEN }}