From f61295b669bb7148a6ad67f661b9fb39f7700f8d Mon Sep 17 00:00:00 2001 From: Eric Searcy Date: Wed, 26 Nov 2025 15:19:01 -0800 Subject: [PATCH] Fix format for `helm_version` input for helm-chart-oci-publisher We define HELM_VERSION wrong across different LFX v2 workflows, but this was the first one to try and actually use it, and our format was wrong for this job. Signed-off-by: Eric Searcy --- .github/workflows/ko-build-tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ko-build-tag.yaml b/.github/workflows/ko-build-tag.yaml index be74a09..5dad677 100644 --- a/.github/workflows/ko-build-tag.yaml +++ b/.github/workflows/ko-build-tag.yaml @@ -10,7 +10,7 @@ name: Publish Tagged Release env: COSIGN_VERSION: v2.6.1 - HELM_VERSION: v4.0.1 + HELM_VERSION: 4.0.1 permissions: contents: read