Skip to content

Commit

Permalink
fix(release-gha): Fixing git commands
Browse files Browse the repository at this point in the history
  • Loading branch information
electrosenpai committed Oct 30, 2024
1 parent c96a7e1 commit 967946c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
git add .
git commit -m "Update Helm repo index after release"
git pull --rebase
git status
git push origin gh-pages
- name: Extract version from Chart.yaml
Expand Down

0 comments on commit 967946c

Please sign in to comment.