check youre logged in with correct npm user when releasing

bwindels/releaseimprovements
Bruno Windels 2018-09-28 11:15:20 +02:00
parent a371bede4d
commit 1aa8988dcf
1 changed files with 1 additions and 1 deletions

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"