This commit is contained in:
adrinr 2023-04-20 13:30:29 +01:00
parent ebde64eee8
commit 3837c5c8f4
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 "<>"
lerna version prerelease --no-git-tag-version --force-publish --no-push --y
lerna version prerelease --force-publish --no-push --y
git add lerna.json
git commit -m 'Update version'
git push