diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index f5e7d55..908dfe4 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.ref, 'ref/tags/') }} run: | HELM_VERSION="${{ steps.prep.outputs.VERSION }}" HELM_VERSION="${HELM_VERSION#v}"