ci(chart): try again to make release-please update Chart.yaml correctly

This commit is contained in:
2025-03-16 01:11:04 +00:00
parent 317782e77e
commit 2f658ecfcb
2 changed files with 6 additions and 4 deletions

View File

@@ -9,11 +9,15 @@
"always-update": true,
"prerelease": false,
"extra-files": [
"chart/Chart.yaml",
{
"type": "yaml",
"path": "chart/Chart.yaml",
"jsonpath": "$.appVersion"
"jsonpath": "appVersion"
},
{
"type": "yaml",
"path": "chart/Chart.yaml",
"jsonpath": "version"
}
]
}