Skip to content

Commit c1e6b4c

Browse files
authored
Update publish-helm-charts.yaml
1 parent 3272358 commit c1e6b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
9090
cp .cr-index/* .
9191
git add index.yaml
92-
git checkout .cr-index/ .csi-op-release-packages/
92+
rm -rf .cr-index/ .csi-op-release-packages/
9393
9494
git commit -m "Update Helm repo index from release ${{ github.event.release.tag_name }}"
9595
git push origin gh-pages -f

0 commit comments

Comments
 (0)