Skip to content

Commit

Permalink
refactor: upload schema to tauri-build release instead of cli (#5197)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Sep 15, 2022
1 parent 447370f commit 255ebcb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
]
},
Expand Down

0 comments on commit 255ebcb

Please sign in to comment.