Skip to content

Commit

Permalink
build: fix gh action script
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmbruster committed Apr 30, 2024
1 parent 5718b20 commit 313ee02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: push
run: |
git config --global user.name 'THMGraph Bot'
git config --global user.email "[email protected]'
git config --global user.email "[email protected]"
git commit -am "mvn version bump"
git push
Expand Down

0 comments on commit 313ee02

Please sign in to comment.