Skip to content

Commit

Permalink
release test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
thevops committed Dec 12, 2024
1 parent ca43106 commit d645e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
- name: Update index.yaml in gh-pages
run: |
git fetch origin gh-pages:gh-pages
git fetch origin gh-pages
git checkout gh-pages
helm repo index ./packaged --merge index.yaml
mv ./packaged/index.yaml index.yaml
git add index.yaml
git commit -m "Update Helm repo index for ${{ github.ref_name }}"
git push origin gh-pages
Expand Down

0 comments on commit d645e96

Please sign in to comment.