debug workflow

This commit is contained in:
Matteias Collet 2020-06-29 23:47:18 +02:00
parent 27a41cb437
commit 055d6f912c

View file

@ -9,6 +9,7 @@ Set-Location "./dist"
# Set git email and username # Set git email and username
Write-Host "Configuring git" Write-Host "Configuring git"
Write-Host "Using identity $env:PUBLISHER_NAME / $env:PUBLISHER_EMAIL"
git init git init
git config --local user.name "$env:PUBLISHER_NAME" | Out-Null; git config --local user.name "$env:PUBLISHER_NAME" | Out-Null;
git config --local user.email "$env:PUBLISHER_EMAIL" | Out-Null; git config --local user.email "$env:PUBLISHER_EMAIL" | Out-Null;