Skip to content

Commit 3d7520d

Browse files
Merge pull request #209 from salesforce/set-git-email-name-for-tagging
Set git user.email/name for tagging
2 parents 0d0b2c2 + 3061d70 commit 3d7520d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci.deploy.sh

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ done
1414

1515
set -ex
1616

17+
# Set up git email / name for tagging
18+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
19+
git config --local user.name "github-actions[bot]"
20+
1721
# Set up Maven settings and release
1822
mkdir -p "${HOME}/.m2"
1923
cp .ci.settings.xml "${HOME}"/.m2/settings.xml

0 commit comments

Comments
 (0)