check youre logged in with correct npm user when releasing

This commit is contained in:
Bruno Windels 2018-09-28 11:15:20 +02:00
parent a371bede4d
commit 1aa8988dcf

View file

@ -47,4 +47,4 @@ git commit package.json -m "$tag"
cd ..
exec ./node_modules/matrix-js-sdk/release.sh -z "$orig_args"
exec ./node_modules/matrix-js-sdk/release.sh -u "vector-im" -z "$orig_args"