Skip to content

Commit

Permalink
fix(release-please): correct jsonpath syntax for version field
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdevau committed Nov 28, 2024
1 parent 0f92bbe commit 22647a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
"type": "json",
"path": "themes/urban-twilight-teal-theme.json",
"jsonpath": "$.version"
"jsonpath": "version"
}
]
}
Expand Down

0 comments on commit 22647a1

Please sign in to comment.