chore(ci): update lerna version command to be in sync with nighly [release]

This commit is contained in:
Pooya Parsa 2021-01-13 12:10:53 +01:00
parent 1d13284660
commit 2de9a6d3bc
1 changed files with 1 additions and 1 deletions

View File

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