mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user