From 2b46d3e5f731ddca7184bbce7f5b9066a8afc756 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 16 Dec 2018 14:28:24 +0330 Subject: [PATCH] fix(edge, next): -t ~> --tag [skip ci] --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8cbf095441..1c4aae2ba7 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -123,7 +123,7 @@ jobs: echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc yarn lerna version --yes --no-git-tag-version --no-push PACKAGE_SUFFIX=edge yarn build - if [ "$CIRCLE_BRANCH" = "next" ]; then tag="-t next"; fi + if [ "$CIRCLE_BRANCH" = "next" ]; then tag="--tag next"; fi ./scripts/workspace-run npm publish $tag -q fi