From bb8a5642145b16af8750a09632386aa8737c2fb8 Mon Sep 17 00:00:00 2001 From: yashsinghcodes Date: Mon, 6 Oct 2025 16:14:50 +0530 Subject: [PATCH] fix: small typo in version --- .github/workflows/helm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 0063be1a..153bb9ee 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Helm - uses: azure/setup-helm@4 + uses: azure/setup-helm@v4 with: version: v3.18.4 # I run it locally so I know it works :b