This commit is contained in:
병준 박 2025-04-26 01:01:05 +00:00
parent f6804df350
commit 9628ebdc6c

View File

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