From 8a89c222ae62ff03d4ead9aaa60ca77287460e4a Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Fri, 23 Jul 2021 09:44:03 +0100 Subject: [PATCH] Add unique name to staging release bot --- .github/workflows/release-develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-develop.yml b/.github/workflows/release-develop.yml index f457b1e85c..daf3dae8c2 100644 --- a/.github/workflows/release-develop.yml +++ b/.github/workflows/release-develop.yml @@ -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