From 3ce63a8e55dfec5c724330e033a8045724770799 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 1 Apr 2025 17:33:30 -0500 Subject: [PATCH] fix typo in Helm CI job --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 908dfe4..a99f96e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -119,7 +119,7 @@ jobs: uses: azure/setup-helm@v4.3.0 - name: Publish Helm chart - if: ${{ contains(github.ref, 'ref/tags/') }} + if: ${{ contains(github.refs, 'ref/tags/') }} run: | HELM_VERSION="${{ steps.prep.outputs.VERSION }}" HELM_VERSION="${HELM_VERSION#v}"