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.
This commit is contained in:
parent
de71e36843
commit
106ed43f36
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ git commit package.json -m "$tag"
|
||||||
|
|
||||||
cd ..
|
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 ]
|
if [ $prerelease -eq 0 ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue