Skip to content

Commit

Permalink
ci: release-please correctly update Cargo.lock
Browse files Browse the repository at this point in the history
the internal data structure used for toml parsing requires .value be
added to access the field value
  • Loading branch information
tekumara committed Jul 29, 2023
1 parent bca4d1e commit 4e5fdca
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 @@ -16,7 +16,7 @@
{
"type": "toml",
"path": "Cargo.lock",
"jsonpath": "$.package[?(@.name == 'typos-lsp')].version"
"jsonpath": "$.package[?(@.name.value == 'typos-lsp')].version"
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit 4e5fdca

Please sign in to comment.