Skip to content

Commit

Permalink
Update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Sauter <[email protected]>
  • Loading branch information
elkezza and sauterp committed Oct 22, 2024
1 parent 72e012e commit 1b6c633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ jobs:
- name: Commit and push JavaDocs
run: |-
git config user.name "Automated"
git config user.email "[email protected]"
git config user.name "Exoscale"
git config user.email "[email protected]"
git add .
git commit -m "Update JavaDocs for $BASE_VERSION"
git push

0 comments on commit 1b6c633

Please sign in to comment.