fix: Use 3 curly brackets
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
e731a703bf
commit
5bbabebab7
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
],
|
||||
"commitMessagePrefix": "chore({{parentDir}}):",
|
||||
"postUpgradeTasks": {
|
||||
"commands": ["./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{lookup (split depName '/') @last}} -v {{newVersion}}"]
|
||||
"commands": ["./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{{lookup (split depName '/') @last}}} -v {{newVersion}}"]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue