Skip to content

Commit 178a947

Browse files
committed
Update workflow publish.yaml
Signed-off-by: Siyu Wang <[email protected]>
1 parent 89d53a7 commit 178a947

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
git config user.email "[email protected]"
2424
2525
# This is required to consider the old Circle-CI Index and to stay compatible with all the old releases.
26-
- name: Fetch current Chart Index
27-
run: |
28-
git checkout origin/gh-pages index.yaml
26+
#- name: Fetch current Chart Index
27+
# run: |
28+
# git checkout origin/gh-pages index.yaml
2929
- name: Run chart-releaser
3030
uses: helm/[email protected]
3131
with:

0 commit comments

Comments
 (0)