From 68ff18f77f6a3e16ba46a61075087ef48536cf53 Mon Sep 17 00:00:00 2001 From: Josh Lee Date: Mon, 30 Sep 2024 11:36:59 -0400 Subject: [PATCH] add repo step to release-2 --- .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 d094e7f..ea3bb74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Add Operator Chart Repo run: | - helm repo add altinity-operator https://docs.altinity.com/altinity-operator + helm repo add altinity-operator https://docs.altinity.com/clickhouse-operator - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0