From 15a11386e7f7d46026474e0066f1e7390381a984 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 1 Apr 2025 16:52:20 -0500 Subject: [PATCH] fix --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index cfc2aae..f5e7d55 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -119,6 +119,7 @@ jobs: uses: azure/setup-helm@v4.3.0 - name: Publish Helm chart + if: ${{ contains(github.ref, 'ref/tags/' }} run: | HELM_VERSION="${{ steps.prep.outputs.VERSION }}" HELM_VERSION="${HELM_VERSION#v}"