From 45ffe02d6dd7908f7928cacc30a7fe31649f29d2 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <11655165+sfunkhouser@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:31:01 -0600 Subject: [PATCH] fix release for governor-api chart --- .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 5a41021..850a7a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: uses: tylerauerbeck/helm-gh-pages@main with: token: ${{ secrets.PUBLIC_REPO_GH_PAT }} - charts_dir: . + charts_dir: governor-api charts_url: 'https://helm.equinixmetal.com' repository: 'charts' branch: gh-pages