Skip to content

Commit 3272358

Browse files
authored
Update publish-helm-charts.yaml
Remove extra files from git checkout
1 parent b29fdc5 commit 3272358

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ jobs:
8787
--index-path=.cr-index/index.yaml \
8888
--release-name-template=${{ github.event.release.tag_name }}
8989
90-
90+
cp .cr-index/* .
9191
git add index.yaml
92+
git checkout .cr-index/ .csi-op-release-packages/
93+
9294
git commit -m "Update Helm repo index from release ${{ github.event.release.tag_name }}"
9395
git push origin gh-pages -f
9496

0 commit comments

Comments
 (0)