Change gh username order

This commit is contained in:
Rory Powell 2022-04-20 20:59:37 +01:00
parent 234589fa2b
commit f6fbcd026b
1 changed files with 2 additions and 4 deletions

View File

@ -65,8 +65,8 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
# setup the username and email.
git config user.name "Budibase Staging Release Bot"
git config user.email "<>"
git config --global user.name "Budibase Staging Release Bot"
git config --global user.email "<>"
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
# yarn release:develop
@ -82,8 +82,6 @@ jobs:
VERSION: ${{ steps.previoustag.outputs.tag }}
run: |
cd ../budibase-pro
git config user.name "Budibase Staging Release Bot"
git config user.email "<>"
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
yarn release:develop $RELEASE_VERSION