Skip to content

Commit

Permalink
Merge pull request #106 from getlago/fix-action-3
Browse files Browse the repository at this point in the history
fix(github-page): Fixing main branch to pull & forcing to add .tgz
  • Loading branch information
electrosenpai authored Oct 29, 2024
2 parents 68b967a + 4511e22 commit 554ff3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Chart.lock
charts/*.tgz

0 comments on commit 554ff3d

Please sign in to comment.