ci: add npm whoami

This commit is contained in:
ULIVZ
2018-08-10 00:53:18 +08:00
parent 02a4713375
commit ea153a8e83
+1
View File
@@ -29,6 +29,7 @@ select VERSION in patch minor major "Specific Version"
echo Releasing ${NEW_VERSION} ...
# npm release
npm whoami
npm publish
echo "✅ Released to npm."