mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Git tag command needs user/email
This commit is contained in:
parent
3b388ba48d
commit
ed7a39178a
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@ Function TagCode {
|
||||||
}
|
}
|
||||||
$fileContent += "-----END RSA PRIVATE KEY-----" + "`n"
|
$fileContent += "-----END RSA PRIVATE KEY-----" + "`n"
|
||||||
Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent
|
Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent
|
||||||
|
git config --global user.email "getgreenshot@gmail.com"
|
||||||
|
git config --global user.name "Greenshot-AppVeyor"
|
||||||
Write-Host "Tagging repo with $fileversion"
|
Write-Host "Tagging repo with $fileversion"
|
||||||
git tag -a $fileversion -m 'Build from AppVeyor'
|
git tag -a $fileversion -m 'Build from AppVeyor'
|
||||||
Write-Host "Pushing tags to remote."
|
Write-Host "Pushing tags to remote."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue