Skip to content

Commit

Permalink
fix: change release email
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraider committed Nov 8, 2019
1 parent ea83bfd commit d232f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
command: yarn build
- run:
name: 'Configure github user details for publish commit'
command: git config --global user.email "adam.raider@wework.com" && git config --global user.name "adamraider"
command: git config --global user.email "dg-engineering@wework.com" && git config --global user.name "Ray Bot"
- npm_authenticate
- run:
name: 'Publish release to NPM registry'
Expand Down

0 comments on commit d232f4e

Please sign in to comment.