Skip to content

Commit

Permalink
Fix user name
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Sep 20, 2020
1 parent f3bfe48 commit d24b764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d24b764

Please sign in to comment.