Skip to content

Commit

Permalink
fix git config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonerrr committed Dec 13, 2024
1 parent c5900d6 commit 320dc45
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 @@ -40,6 +40,8 @@ jobs:
- name: Push changes
run: |
git config --global user.name 'Jonah'
git config --global user.email '[email protected]'
git push origin main --follow-tags
- name: Create a Release
Expand Down

0 comments on commit 320dc45

Please sign in to comment.