Skip to content

Commit

Permalink
fix(actions): fixing yaml run that break action
Browse files Browse the repository at this point in the history
  • Loading branch information
electrosenpai committed Oct 18, 2024
1 parent 7d1856e commit d5dee98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
git config user.email "[email protected]"
- name: Lint Chart - Main chart
run: helm lint .
run: helm lint .

- name: Update Dependencies
run: helm dependency update .
run: helm dependency update .

- name: Update Chart and Values Versions
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Deploy to GitHub Pages
run: |
git checkout gh-pages
git pull origin main --rebase --autostash
git pull origin main --rebase --autostash
helm repo index . --url https://getlago.github.io/charts
git add .
git commit -m "Update Helm repo index for tag ${{ github.event.inputs.tag }}"
Expand Down

0 comments on commit d5dee98

Please sign in to comment.