Update versions
This commit is contained in:
parent
a70ebc9faf
commit
aa61dc6887
|
@ -50,12 +50,12 @@ jobs:
|
|||
- run: yarn
|
||||
- name: Update versions
|
||||
run: |
|
||||
version=$(cat versions/package.json \
|
||||
version=$(cat lerna.json \
|
||||
| grep version \
|
||||
| head -1 \
|
||||
| awk -F: '{ print $2 }' \
|
||||
| sed 's/[",]//g')
|
||||
yarn lerna exec "yarn version --no-git-tag-version --new-version=$tag"
|
||||
yarn lerna exec "yarn version --no-git-tag-version --new-version=$version"
|
||||
- run: yarn bootstrap
|
||||
- run: yarn build
|
||||
- run: yarn build:sdk
|
||||
|
|
Loading…
Reference in New Issue