Update versions

This commit is contained in:
adrinr 2023-04-20 16:31:20 +01:00
parent a70ebc9faf
commit aa61dc6887
1 changed files with 2 additions and 2 deletions

View File

@ -50,12 +50,12 @@ jobs:
- run: yarn - run: yarn
- name: Update versions - name: Update versions
run: | run: |
version=$(cat versions/package.json \ version=$(cat lerna.json \
| grep version \ | grep version \
| head -1 \ | head -1 \
| awk -F: '{ print $2 }' \ | awk -F: '{ print $2 }' \
| sed 's/[",]//g') | 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 bootstrap
- run: yarn build - run: yarn build
- run: yarn build:sdk - run: yarn build:sdk