1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Add unique name to staging release bot

This commit is contained in:
Rory Powell 2021-07-23 09:44:03 +01:00
parent e4a8316c9d
commit 7b408e65f7

View file

@ -37,7 +37,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default
git config user.name "Budibase Release Bot"
git config user.name "Budibase Staging Release Bot"
git config user.email "<>"
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
yarn release:develop