From d24b76411a3b6d40fdf99448075865506b8e583e Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Sun, 20 Sep 2020 21:06:28 +1200 Subject: [PATCH] Fix user name --- .github/workflows/build-release-tagged.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-tagged.yml b/.github/workflows/build-release-tagged.yml index cfc7cec..aab1561 100644 --- a/.github/workflows/build-release-tagged.yml +++ b/.github/workflows/build-release-tagged.yml @@ -134,7 +134,7 @@ jobs: # This repo only - name: Deploy to Github pages run: | - git config --global user.name "Dan Smith" + git config --global user.name "dotherightthing" git config --global user.email "dev@dotherightthing.co.nz" git remote set-url origin https://${github_token}@github.com/${repository} npm run deploy