We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3448aa7 commit fa6340bCopy full SHA for fa6340b
1 file changed
.github/workflows/release.yml
@@ -37,11 +37,11 @@ jobs:
37
uses: ./helm-charts/.github/actions/chart-releaser-installer
38
39
- name: Release Charts
40
+ working-directory: helm-charts
41
env:
42
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
run: |
44
cr version
- cr package spiceai/deploy/chart
45
- cd helm-charts
+ 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
0 commit comments