Commit all

This commit is contained in:
adrinr 2023-04-21 10:19:54 +01:00
parent f9028e1a3f
commit c96c5350d6
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ jobs:
# setup the username and email.
git config --global user.name "Budibase Staging Release Bot"
git config --global user.email "<>"
git submodule foreach git add . && git commit -m 'release process'
git add . && git commit -m 'release process'
git submodule foreach git commit -a -m 'release process'
git commit -a -m 'release process'
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
yarn release:develop