fix typo in Helm CI job
All checks were successful
Gitea Actions Demo / lint (push) Successful in 31s
Gitea Actions Demo / test (push) Successful in 25s
Gitea Actions Demo / docker (push) Successful in 2m12s

This commit is contained in:
2025-04-01 17:33:30 -05:00
parent 95f00eed1e
commit 3ce63a8e55

View File

@ -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}"