We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8659ec4 commit e54a03eCopy full SHA for e54a03e
1 file changed
.github/workflows/build.yml
@@ -74,6 +74,9 @@ jobs:
74
CLOJARS_TOKEN: "${{ secrets.CLOJARS_DEPLOY_TOKEN }}"
75
COMMIT_MSG: ${{ github.event.head_commit.message }}
76
run: |
77
+ git config --global user.email "[email protected]"
78
+ git config --global user.name "Ambrose Bonnaire-Sergeant"
79
+
80
if [[ "$COMMIT_MSG" == "Release :major" ]]; then
81
lein release :major
82
elif [[ "$COMMIT_MSG" == "Release :minor" ]]; then
0 commit comments