Skip to content

Commit 226fbd3

Browse files
committed
fix: ci and release please workflows
1 parent 5a38da3 commit 226fbd3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"type": "json",
1010
"path": "src-tauri/tauri.conf.json",
11-
"jsonpath": "$.version"
11+
"jsonpath": "version"
1212
},
1313
{
1414
"type": "toml",

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,8 @@ jobs:
117117
- name: Install dependencies
118118
run: bun install --frozen-lockfile
119119

120+
- name: Generate TypeScript bindings
121+
run: cd src-tauri && cargo run --bin generate_bindings
122+
120123
- name: Build Tauri app
121124
run: bun tauri build

0 commit comments

Comments
 (0)