mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix(ci): deprecated --skip-git has been replaced by --no-git-tag-version --no-push
This commit is contained in:
parent
18b9b750f5
commit
056704f17c
@ -121,7 +121,7 @@ jobs:
|
||||
else
|
||||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
yarn lerna version --yes --skip-git
|
||||
yarn lerna version --yes --no-git-tag-version --no-push
|
||||
PACKAGE_SUFFIX=edge yarn build
|
||||
./scripts/workspace-run npm publish -q
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user