fix another type in Helm CI job
All checks were successful
Gitea Actions Demo / lint (push) Successful in 21s
Gitea Actions Demo / test (push) Successful in 15s
Gitea Actions Demo / docker (push) Successful in 1m57s

This commit is contained in:
Ryan Cavicchioni 2025-04-01 17:46:59 -05:00
parent 3ce63a8e55
commit ddc9ed49df
Signed by: ryanc
SSH Key Fingerprint: SHA256:FEbwJ3JyWHwYNAM8BqctZ/LmHHg1bzfi/huOj7FxlXU

View File

@ -119,7 +119,7 @@ jobs:
uses: azure/setup-helm@v4.3.0
- name: Publish Helm chart
if: ${{ contains(github.refs, 'ref/tags/') }}
if: ${{ contains(github.ref, 'ref/tags/') }}
run: |
HELM_VERSION="${{ steps.prep.outputs.VERSION }}"
HELM_VERSION="${HELM_VERSION#v}"