fix(ci): typo (#4400)

[skip ci]
This commit is contained in:
Alexander Lichter 2018-11-24 22:49:02 +00:00 committed by Pooya Parsa
parent 0a6e4800bb
commit b6b7c4358e

View File

@ -117,7 +117,7 @@ jobs:
command: |
GIT_COMMIT_MSG=`git --no-pager log --pretty=full -n1 $CIRCLE_SHA1`
if echo "$GIT_COMMIT_MSG" | grep -o "\[skip release\]"; then
echo "Release phase is skiped since [skip release] exists in commit message or body."
echo "Release phase is skipped since [skip release] exists in commit message or body."
else
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc