Skip to content

Commit

Permalink
fix: github workflow step for helm update chart repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibhor Dabas committed Dec 12, 2024
1 parent b4479c4 commit c51aadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Update chart repo
run: |
cd charts
cp ../batch-runner-*.tgz ./
cp ../batchRunner-*.tgz ./
helm repo index --merge index.yaml .
- name: Push changes to chart repo
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
Expand Down

0 comments on commit c51aadd

Please sign in to comment.