diff --git a/.changes/config.json b/.changes/config.json index ccff92676..0c1a1c035 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -209,7 +209,13 @@ "path": "./core/tauri-build", "manager": "rust", "dependencies": ["tauri-codegen", "tauri-utils"], - "postversion": "node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }" + "postversion": "node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }", + "assets": [ + { + "path": "./tooling/cli/schema.json", + "name": "schema.json" + } + ] }, "tauri": { "path": "./core/tauri", @@ -240,10 +246,6 @@ { "path": "${ pkg.path }/target/package/tauri-cli-${ pkgFile.version }.crate", "name": "${ pkg.pkg }-${ pkgFile.version }.crate" - }, - { - "path": "${ pkg.path }/schema.json", - "name": "schema.json" } ] },