fix indentation issue

Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
Augustin Husson 2022-12-29 11:23:46 +01:00
parent 2ced3c78c0
commit f3c480e7bc
No known key found for this signature in database
GPG Key ID: 99776005FB44BFC1
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ function bumpVersion() {
sed -E -i "s|(\"@prometheus-io/.+\": )\".+\"|\1\"${version}\"|" "${workspace}"/package.json
fi
done
# increase the version on all packages
npm version "${version}" --workspaces
# increase the version on all packages
npm version "${version}" --workspaces
}
if [[ "$1" == "--copy" ]]; then