diff --git a/_ci/release.sh b/_ci/release.sh index 1eda8eef..11344097 100644 --- a/_ci/release.sh +++ b/_ci/release.sh @@ -11,6 +11,8 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../" # Travis CI runner work on DETACHED HEAD, so we need to checkout the release branch git checkout -B "${TRAVIS_BRANCH}" +git config user.email "build@alfresco.com" + # Run the release plugin - with "[skip ci]" in the release commit message mvn -B \ ${DRY_RUN} \