1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Update versions

This commit is contained in:
adrinr 2023-04-20 16:31:20 +01:00
parent a70ebc9faf
commit aa61dc6887

View file

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