Reset git before publish

This commit is contained in:
adrinr 2023-04-21 08:43:22 +01:00
parent d8103046e2
commit 59aefecdd4
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ 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
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
yarn release:develop yarn release:develop