ci(chart): fixed typo in release-please config

This commit is contained in:
2025-03-16 01:09:18 +00:00
parent 2dd53f398a
commit 317782e77e

View File

@@ -12,7 +12,7 @@
"chart/Chart.yaml",
{
"type": "yaml",
"path": "chart/values.yaml",
"path": "chart/Chart.yaml",
"jsonpath": "$.appVersion"
}
]