diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 354c16f..d56e1b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,8 +55,8 @@ jobs: if: env.has_release_label == 'true' run: | git checkout gh-pages - git pull origin main --rebase + git pull origin gh-pages --rebase helm repo index . --url https://getlago.github.io/charts git add . git commit -m "Update Helm repo index after release" - git push origin gh-pages \ No newline at end of file + git push origin gh-pages