From 7913ed4639c658fd3382ad573051bf7b35fccafb Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Tue, 29 Oct 2024 10:58:59 +0100 Subject: [PATCH] fix(github-page): fixing last step of github page --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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