From 02172529b1d9343fa583ec85ee0d9de6981b651a Mon Sep 17 00:00:00 2001 From: Josh Lee Date: Mon, 30 Sep 2024 11:27:50 -0400 Subject: [PATCH] add repo step to release --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc25930..d094e7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,10 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + - name: Add Operator Chart Repo + run: | + helm repo add altinity-operator https://docs.altinity.com/altinity-operator + - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: