Skip to content

Commit

Permalink
ci(release): add git email and username
Browse files Browse the repository at this point in the history
  • Loading branch information
JPSchellenberg committed Feb 18, 2021
1 parent b74477b commit 4759eee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ jobs:
at: .
- coveralls/upload:
parallel_finished: true
- run:
name: config git
command: git config --global user.email "[email protected]" && git config --global user.name "Lumi"
- run:
name: release
command: npx lerna version -y --conventional-commits --create-release github && npx lerna publish -y from-package
Expand Down

0 comments on commit 4759eee

Please sign in to comment.