Skip to content

Commit e54a03e

Browse files
committed
git user
1 parent 8659ec4 commit e54a03e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
CLOJARS_TOKEN: "${{ secrets.CLOJARS_DEPLOY_TOKEN }}"
7575
COMMIT_MSG: ${{ github.event.head_commit.message }}
7676
run: |
77+
git config --global user.email "[email protected]"
78+
git config --global user.name "Ambrose Bonnaire-Sergeant"
79+
7780
if [[ "$COMMIT_MSG" == "Release :major" ]]; then
7881
lein release :major
7982
elif [[ "$COMMIT_MSG" == "Release :minor" ]]; then

0 commit comments

Comments
 (0)