Skip to content

Commit

Permalink
fix: configure git user email and name
Browse files Browse the repository at this point in the history
  • Loading branch information
thebongy committed Oct 4, 2021
1 parent 277036c commit 8646269
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 @@ -23,4 +23,6 @@ jobs:
- name: Make Github Release
run: |
git config --global user.email "[email protected]"
git config --global user.name "thebongy"
npx release-it

0 comments on commit 8646269

Please sign in to comment.