Skip to content

Commit be01e7f

Browse files
committed
fix: build fails
1 parent f422d29 commit be01e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "=== Packed manifest for $dir ($tgz) ==="
7373
cat "$tmp/package/package.json"
7474
echo "=== name@version ==="
75-
node -p 'const p=require("./package/package.json"); `${p.name}@${p.version}`' "$tmp"
75+
echo "$tmp/package/package.json" | jq -r '"\(.name)@\(.version)"'
7676
7777
rm -rf "$tmp" "$tgz"
7878
popd >/dev/null

0 commit comments

Comments
 (0)