fix
Some checks failed
Gitea Actions Demo / lint (push) Successful in 26s
Gitea Actions Demo / test (push) Failing after 0s
Gitea Actions Demo / docker (push) Has been skipped

This commit is contained in:
2025-04-01 17:55:34 -05:00
parent ddc9ed49df
commit d640f4b297

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.ref, 'refs/tags/') }}
run: |
HELM_VERSION="${{ steps.prep.outputs.VERSION }}"
HELM_VERSION="${HELM_VERSION#v}"