Remove yarn

This commit is contained in:
adrinr 2023-04-20 13:28:02 +01:00
parent dbc9f70974
commit ebde64eee8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
# setup the username and email.
git config --global user.name "Budibase Staging Release Bot"
git config --global user.email "<>"
yarn lerna version prerelease --no-git-tag-version --force-publish --no-push --y
lerna version prerelease --no-git-tag-version --force-publish --no-push --y
git add lerna.json
git commit -m 'Update version'
git push