Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka committed Aug 26, 2024
1 parent eb3f3ba commit e34584a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
run: |
cd charts
helm package --version ${{env.VERSION_NAME}} public-test/
ls
cd -
- name: Update Helm Charts repo index
Expand All @@ -77,7 +76,8 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "github-actions"
git commit -a -m "Publish helm chart ${{env.VERSION_NAME}}"
git add charts/*
git commit -m "Publish helm chart ${{env.VERSION_NAME}}"
git push origin main
- name: Summary
Expand Down

0 comments on commit e34584a

Please sign in to comment.