diff --git a/.circleci/config.yml b/.circleci/config.yml index 08270ee124..efb7b56666 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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