Skip to content

Commit

Permalink
fix github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonsmith committed Dec 16, 2024
1 parent 53553af commit 92e1953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: helm package -d helm-repository/ anycable-helm/anycable-go/

- name: Reindex Helm repository
run: helm repo index --url https://helm.anycable.net/ --merge helm-repository/index.yaml helm-repository/
run: helm repo index --url https://helm.anycable.io/ --merge helm-repository/index.yaml helm-repository/

- name: Commit & Push gh-pages with a new chart
run: |
Expand Down

0 comments on commit 92e1953

Please sign in to comment.