Skip to content

Commit d4a5cba

Browse files
authored
Fix deployment
1 parent 874ad3d commit d4a5cba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/clojure.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,18 @@ jobs:
6868
with:
6969
distribution: 'adopt'
7070
java-version: '11'
71+
- name: Install clojure tools
72+
uses: DeLaGuardo/setup-clojure@3fe9b3ae632c6758d0b7757b0838606ef4287b08 #13.4
73+
with:
74+
lein: 2.11.2
7175
- name: deploy
7276
env:
7377
CLOJARS_USER: metosinci
7478
CLOJARS_TOKEN: "${{ secrets.CLOJARS_DEPLOY_TOKEN }}"
7579
COMMIT_MSG: ${{ github.event.head_commit.message }}
7680
run: |
77-
git config --global user.email "abonnairesergeant@gmail.com"
78-
git config --global user.name "Ambrose Bonnaire-Sergeant"
81+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
82+
git config --global user.name "GitHub Actions"
7983
8084
if [[ "$COMMIT_MSG" == "Release :major" ]]; then
8185
lein release :major

0 commit comments

Comments
 (0)