Commit all
This commit is contained in:
parent
f9028e1a3f
commit
c96c5350d6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue