Skip to content

Commit 5a10a6a

Browse files
author
Vibhor Dabas
committed
fix: github workflow regex
1 parent e15b442 commit 5a10a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Update chart repo
101101
run: |
102102
cd charts
103-
cp ../batchRunner-*.tgz ./
103+
cp ../batchrunner-*.tgz ./
104104
helm repo index --merge index.yaml .
105105
- name: Push changes to chart repo
106106
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0

0 commit comments

Comments
 (0)