Commit instead of reseting
This commit is contained in:
parent
417b7b1538
commit
f9028e1a3f
|
@ -60,8 +60,8 @@ jobs:
|
||||||
# setup the username and email.
|
# setup the username and email.
|
||||||
git config --global user.name "Budibase Staging Release Bot"
|
git config --global user.name "Budibase Staging Release Bot"
|
||||||
git config --global user.email "<>"
|
git config --global user.email "<>"
|
||||||
git reset --hard
|
git submodule foreach git add . && git commit -m 'release process'
|
||||||
git submodule foreach git reset --hard
|
git add . && git commit -m 'release process'
|
||||||
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
|
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
|
||||||
yarn release:develop
|
yarn release:develop
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue