Skip to content

Commit

Permalink
Fix update-helm-chart workflow (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
rinx authored May 20, 2021
1 parent 2b086fd commit 36ca453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
make helm/package/vald
make helm/package/vald-helm-operator
- name: Push to gh-pages
continue-on-error: true
run: |
git checkout .
git checkout gh-pages
mv -f vald-*.tgz charts/
helm repo index --url https://vald.vdaas.org/charts charts/
Expand Down

0 comments on commit 36ca453

Please sign in to comment.