fix(edge, next): -t ~> --tag

[skip ci]
This commit is contained in:
Pooya Parsa 2018-12-16 14:28:24 +03:30
parent 669fecc6a3
commit 2b46d3e5f7
1 changed files with 1 additions and 1 deletions

View File

@ -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