mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Pushing of tags was hanging
This commit is contained in:
parent
ed7a39178a
commit
4cc6165863
1 changed files with 3 additions and 3 deletions
|
@ -223,8 +223,8 @@ Function TagCode {
|
|||
git config --global user.name "Greenshot-AppVeyor"
|
||||
Write-Host "Tagging repo with $fileversion"
|
||||
git tag -a $fileversion -m 'Build from AppVeyor'
|
||||
Write-Host "Pushing tags to remote."
|
||||
git push --tags
|
||||
Write-Host "Pushing tag $fileversion to remote"
|
||||
git push origin $fileversion
|
||||
return
|
||||
}
|
||||
|
||||
|
@ -243,5 +243,5 @@ PackageZip
|
|||
echo "Generating Portable"
|
||||
PackagePortable
|
||||
|
||||
echo "Tagging with $fileversion"
|
||||
echo "build successful, tagging with $fileversion"
|
||||
TagCode
|
Loading…
Add table
Add a link
Reference in a new issue