From 92e1953fdcbb1d2650f6ee906f65a3204c23f69c Mon Sep 17 00:00:00 2001 From: Kirill Kouznetsov Date: Mon, 16 Dec 2024 02:06:21 +0100 Subject: [PATCH] fix github actions workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a61f22e..1f65204 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |