fix: script to not change cargo.lock

This commit is contained in:
Krishan
2026-03-11 03:48:39 +00:00
parent 491fac772f
commit e7176d0d69
2 changed files with 7 additions and 16 deletions
+1 -2
View File
@@ -37,7 +37,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "node scripts/update-version.js ${nextRelease.version}"
"prepareCmd": "node scripts/update-version.mjs ${nextRelease.version}"
}
],
[
@@ -46,7 +46,6 @@
"assets": [
"package.json",
"package-lock.json",
"src-tauri/Cargo.lock",
"src-tauri/Cargo.toml",
"src-tauri/tauri.conf.json"
],