diff --git a/scripts/deploy.ps1 b/scripts/deploy.ps1 index c1991bc..572fe93 100644 --- a/scripts/deploy.ps1 +++ b/scripts/deploy.ps1 @@ -9,7 +9,6 @@ Set-Location "./dist" # Set git email and username Write-Host "Configuring git" -Write-Host "Using identity $env:PUBLISHER_NAME / $env:PUBLISHER_EMAIL" git init git config --local user.name "$env:PUBLISHER_NAME" | Out-Null; git config --local user.email "$env:PUBLISHER_EMAIL" | Out-Null;