mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(ci): update lerna version command to be in sync with nighly [release]
This commit is contained in:
parent
1d13284660
commit
2de9a6d3bc
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -336,7 +336,7 @@ jobs:
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: bump version
|
||||
run: yarn lerna version --yes --no-git-tag-version --no-push
|
||||
run: yarn lerna version --yes --no-changelog --no-git-tag-version --no-push --force-publish "*" --loglevel verbose
|
||||
|
||||
- name: build
|
||||
run: PACKAGE_SUFFIX=edge yarn build
|
||||
|
Loading…
Reference in New Issue
Block a user