This commit is contained in:
병준 박 2025-04-26 00:43:39 +00:00
parent c9370ddfe8
commit 6afc363e62

View File

@ -89,7 +89,7 @@ spec:
cd -
echo "Importing: $SRC → $TARGET"
npx nx import "$SRC" "$TARGET" --branch=master --skip-nx-cache
npx nx import "$SRC" "$TARGET" --interactive=false
echo "Updating version to $(params.version)"
sed -i.bak "s/^version = .*/version = \"$(params.version)\"/" "$TARGET/Cargo.toml"
rm -f "$TARGET/Cargo.toml.bak"