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