Skip to content

Commit

Permalink
fix(cli): set user email and name for version release
Browse files Browse the repository at this point in the history
  • Loading branch information
olamothe authored Feb 25, 2021
1 parent d6dad47 commit 9e9b081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
with:
node-version: '14'
- run: npm run setup
- run: git config --global user.email action@github.com
- run: git config --global user.name GitHub Action
- run: node_modules/.bin/lerna changed
- run: node_modules/.bin/lerna version ---conventional-commits -y

0 comments on commit 9e9b081

Please sign in to comment.