Skip to content

Commit

Permalink
Merge pull request #209 from salesforce/set-git-email-name-for-tagging
Browse files Browse the repository at this point in the history
Set git user.email/name for tagging
  • Loading branch information
justinharringa committed Mar 2, 2021
2 parents 0d0b2c2 + 3061d70 commit 3d7520d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci.deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ done

set -ex

# Set up git email / name for tagging
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"

# Set up Maven settings and release
mkdir -p "${HOME}/.m2"
cp .ci.settings.xml "${HOME}"/.m2/settings.xml
Expand Down

0 comments on commit 3d7520d

Please sign in to comment.