diff --git a/libs/scripts/release.sh b/libs/scripts/release.sh index 3e07ce27377..f86e88bcf4e 100755 --- a/libs/scripts/release.sh +++ b/libs/scripts/release.sh @@ -135,4 +135,8 @@ cd ${PROTOCOL_DIR}/libs # perform release bump-npm + +# grab VERSION again since we escaped the bump-npm subshell +VERSION=$(jq -r '.version' package.json) + merge-bump && publish && info || cleanup