Skip to content

Commit

Permalink
fix missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Sep 19, 2024
1 parent aebd369 commit 0140d17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
# Source: https://github.com/helm/chart-releaser-action/issues/8#issuecomment-962501009
- name: Package and upload helm chart
run: |
set -xe
# donwload helm chart releaser
VERSION=v1.6.1
curl -sSLo cr.tar.gz "https://github.com/helm/chart-releaser/releases/download/${VERSION}/chart-releaser_1.6.1_linux_amd64.tar.gz"
Expand All @@ -100,7 +101,7 @@ jobs:
--owner "$owner" \
--git-repo "$repo" \
--token "${{ secrets.GITHUB_TOKEN }}" \
--release-name-template "kubeai-helm-chart-{{ .Version }}"
--release-name-template "kubeai-helm-chart-{{ .Version }}" \
--index-path ./index.yaml \
--charts-repo https://$owner.github.io/$repo \
--push

0 comments on commit 0140d17

Please sign in to comment.