debug workflow
This commit is contained in:
parent
27a41cb437
commit
055d6f912c
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ 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;
|
||||
|
|
Loading…
Reference in a new issue