Remove exec so release script continues

We now want to do post-processing after the JS SDK release script, so we can't
use `exec` here.
pull/12435/head
J. Ryan Stinnett 2020-02-20 12:10:26 +00:00
parent de71e36843
commit 106ed43f36
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ git commit package.json -m "$tag"
cd ..
exec ./node_modules/matrix-js-sdk/release.sh -u vector-im -z "$orig_args"
./node_modules/matrix-js-sdk/release.sh -u vector-im -z "$orig_args"
if [ $prerelease -eq 0 ]
then