Skip to content

Commit c965a85

Browse files
author
Victoria Hall
committed
replace email
1 parent 8818488 commit c965a85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/templates/official/jobs/publish-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if($newLibraryVersion -match '(\d)+.(\d)+.(\d)+') {
6161
# Create GitHub credential
6262
git config --global user.name "AzureFunctionsPython"
63-
git config --global user.email "funcdisc@microsoft.com"
63+
git config --global user.email "azfunc@microsoft.com"
6464
6565
# Clone Repository
6666
git clone https://[email protected]/Azure/azure-functions-python-library
@@ -131,7 +131,7 @@ jobs:
131131
if($newLibraryVersion -match '(\d)+.(\d)+.(\d)+') {
132132
# Create GitHub credential
133133
git config --global user.name "AzureFunctionsPython"
134-
git config --global user.email "funcdisc@microsoft.com"
134+
git config --global user.email "azfunc@microsoft.com"
135135
136136
# Create GitHub credential
137137
$credential = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes("${githubUser}:${githubToken}"))
@@ -237,7 +237,7 @@ jobs:
237237
if($newLibraryVersion -match '(\d)+.(\d)+.(\d)+') {
238238
# Create GitHub credential
239239
git config --global user.name "AzureFunctionsPython"
240-
git config --global user.email "funcdisc@microsoft.com"
240+
git config --global user.email "azfunc@microsoft.com"
241241
242242
# Clone Repository
243243
git clone https://[email protected]/Azure/azure-functions-python-library

0 commit comments

Comments
 (0)