We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a38da3 commit 226fbd3Copy full SHA for 226fbd3
.github/release-please-config.json
@@ -8,7 +8,7 @@
8
{
9
"type": "json",
10
"path": "src-tauri/tauri.conf.json",
11
- "jsonpath": "$.version"
+ "jsonpath": "version"
12
},
13
14
"type": "toml",
.github/workflows/ci.yml
@@ -117,5 +117,8 @@ jobs:
117
- name: Install dependencies
118
run: bun install --frozen-lockfile
119
120
+ - name: Generate TypeScript bindings
121
+ run: cd src-tauri && cargo run --bin generate_bindings
122
+
123
- name: Build Tauri app
124
run: bun tauri build
0 commit comments