Change gh username order
This commit is contained in:
parent
a5f5c846b2
commit
234589fa2b
|
@ -65,8 +65,8 @@ jobs:
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
# setup the username and email.
|
# setup the username and email.
|
||||||
git config --global user.name "Budibase Staging Release Bot"
|
git config user.name "Budibase Staging Release Bot"
|
||||||
git config --global user.email "<>"
|
git config user.email "<>"
|
||||||
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
|
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
|
||||||
# yarn release:develop
|
# yarn release:develop
|
||||||
|
|
||||||
|
@ -81,9 +81,9 @@ jobs:
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
VERSION: ${{ steps.previoustag.outputs.tag }}
|
VERSION: ${{ steps.previoustag.outputs.tag }}
|
||||||
run: |
|
run: |
|
||||||
|
cd ../budibase-pro
|
||||||
git config user.name "Budibase Staging Release Bot"
|
git config user.name "Budibase Staging Release Bot"
|
||||||
git config user.email "<>"
|
git config user.email "<>"
|
||||||
cd ../budibase-pro
|
|
||||||
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
|
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
|
||||||
yarn release:develop $RELEASE_VERSION
|
yarn release:develop $RELEASE_VERSION
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue