diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da5d213..73ce11c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,10 +47,11 @@ jobs: if: env.has_release_label == 'true' run: | git checkout gh-pages - git pull origin gh-pages --rebase + git pull origin main --rebase helm package . --destination charts/ helm repo index . --url https://getlago.github.io/charts git add . + git add charts/ git commit -m "Update Helm repo index after release" git push origin gh-pages diff --git a/.gitignore b/.gitignore index 2ed7a44..90001b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ Chart.lock -charts/*.tgz