fix
Some checks failed
Gitea Actions Demo / lint (push) Successful in 31s
Gitea Actions Demo / test (push) Successful in 13s
Gitea Actions Demo / docker (push) Failing after 1m42s

This commit is contained in:
Ryan Cavicchioni 2025-04-01 16:52:20 -05:00
parent a03e7f26c2
commit 15a11386e7
Signed by: ryanc
SSH Key Fingerprint: SHA256:FEbwJ3JyWHwYNAM8BqctZ/LmHHg1bzfi/huOj7FxlXU

View File

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