Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx committed Jan 27, 2025
1 parent 1bd4b33 commit 7949b21
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ jobs:
helm package elvia-statefulset
helm package iss-deployment
- name: Index Helm repository
run: helm repo index .

- name: Push packaged charts to GitHub repository
- name: Index Helm repository & push packaged charts to GitHub repository if changes have been made
# Only on push to master
if: github.ref == 'refs/heads/master'
run: |
Expand All @@ -59,6 +56,8 @@ jobs:
exit 0
fi
helm repo index .
git config user.email '${{ vars.GH_APP_USER_EMAIL }}'
git config user.name '${{ vars.GH_APP_USERNAME }}'
Expand Down

0 comments on commit 7949b21

Please sign in to comment.