mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(edge, next): -t ~> --tag
[skip ci]
This commit is contained in:
parent
669fecc6a3
commit
2b46d3e5f7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user