Skip to content

Commit 2a8df97

Browse files
committed
fix: json path config for release please workflow
1 parent 226fbd3 commit 2a8df97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
{
99
"type": "json",
1010
"path": "src-tauri/tauri.conf.json",
11-
"jsonpath": "version"
11+
"jsonpath": "$.version"
1212
},
1313
{
1414
"type": "toml",
1515
"path": "src-tauri/Cargo.toml",
16-
"key": "package.version"
16+
"jsonpath": "$.package.version"
1717
}
1818
]
1919
}

0 commit comments

Comments
 (0)