Skip to content

Commit 1950ebe

Browse files
authored
Update publish-helm-charts.yaml
1 parent 612b337 commit 1950ebe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-helm-charts.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ jobs:
8585
--index-path=.cr-index/index.yaml \
8686
--release-name-template=${{ github.event.release.tag_name }}
8787
88-
89-
cp -r .cr-index/* .
90-
git add .
88+
git add index.yaml
9189
git commit -m "Update Helm repo index from release ${{ github.event.release.tag_name }}"
9290
git push origin gh-pages -f
9391

0 commit comments

Comments
 (0)