Update ci-deploy.sh to include version in output

This commit is contained in:
2025-11-22 23:16:52 -05:00
parent bdb03e17e7
commit 75022e05c8

View File

@@ -62,7 +62,8 @@ if [ "${packageVersionToDeploy}" != "$(jq -r '.version' package.json)" ]; then
updatePackageJsonVersion "${packageVersionToDeploy}"
fi
echo "Publishing to [${registryUrl}]"
echo "Publishing to |[${registryUrl}|]"
echo "Deploying version [$(jq -r '.version' package.json)]"
cd dist
if [ "${isBeta}" == "true" ]; then