From 317782e77efa78e7d1de3ebc1902c30a80d8ef50 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 16 Mar 2025 01:09:18 +0000 Subject: [PATCH] ci(chart): fixed typo in release-please config --- .github/release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 262a105..ad8f1ce 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -12,7 +12,7 @@ "chart/Chart.yaml", { "type": "yaml", - "path": "chart/values.yaml", + "path": "chart/Chart.yaml", "jsonpath": "$.appVersion" } ]