Update ci-deploy.sh to include version in output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user