From ebfe17e264726e502c02e349bd5a0fac2538b0c8 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Wed, 28 Aug 2024 18:43:55 +0300 Subject: [PATCH] ci: fix sync-cli-metadata.js path (#10812) --- .changes/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index 64260c9d9..0fcea28f1 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -219,8 +219,8 @@ "manager": "javascript", "dependencies": ["tauri-cli"], "postversion": [ - "node ../../../.scripts/ci/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }", - "cargo build --manifest-path ../../../crates/tauri-schema-generator/Cargo.toml" + "node ../../.scripts/ci/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }", + "cargo build --manifest-path ../../crates/tauri-schema-generator/Cargo.toml" ], "prepublish": [], "publish": [],