Skip to content

Commit fa6340b

Browse files
Fix
1 parent 3448aa7 commit fa6340b

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
@@ -37,11 +37,11 @@ jobs:
3737
uses: ./helm-charts/.github/actions/chart-releaser-installer
3838

3939
- name: Release Charts
40+
working-directory: helm-charts
4041
env:
4142
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4243
run: |
4344
cr version
44-
cr package spiceai/deploy/chart
45-
cd helm-charts
45+
cr package ../spiceai/deploy/chart
4646
cr upload --owner spiceai --git-repo helm-charts --packages-with-index --token $CR_TOKEN --push --skip-existing
4747
cr index --owner spiceai --git-repo helm-charts --packages-with-index --index-path . --token $CR_TOKEN --push

0 commit comments

Comments
 (0)