Skip to content

Commit

Permalink
git user
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Apr 23, 2024
1 parent 8659ec4 commit e54a03e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
CLOJARS_TOKEN: "${{ secrets.CLOJARS_DEPLOY_TOKEN }}"
COMMIT_MSG: ${{ github.event.head_commit.message }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "Ambrose Bonnaire-Sergeant"
if [[ "$COMMIT_MSG" == "Release :major" ]]; then
lein release :major
elif [[ "$COMMIT_MSG" == "Release :minor" ]]; then
Expand Down

0 comments on commit e54a03e

Please sign in to comment.