From b6b7c4358e01da228777b87b9acaccaf47a8bb70 Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Sat, 24 Nov 2018 22:49:02 +0000 Subject: [PATCH] fix(ci): typo (#4400) [skip ci] --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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