Skip to content

Commit 5b3f647

Browse files
Fix
1 parent fa6340b commit 5b3f647

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
run: |
4444
cr version
4545
cr package ../spiceai/deploy/chart
46-
cr upload --owner spiceai --git-repo helm-charts --packages-with-index --token $CR_TOKEN --push --skip-existing
47-
cr index --owner spiceai --git-repo helm-charts --packages-with-index --index-path . --token $CR_TOKEN --push
46+
cr upload --owner spiceai --git-repo helm-charts --token $CR_TOKEN --push --skip-existing
47+
cr index --owner spiceai --git-repo helm-charts --index-path . --token $CR_TOKEN --push

0 commit comments

Comments
 (0)