From 6c23ace99175f05c7390741cc06055300086cadf Mon Sep 17 00:00:00 2001 From: Pavan Navarathna <6504783+pavannd1@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:40:26 -0700 Subject: [PATCH] Add runs-on to the publish_chart job --- .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 }}