File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments