mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -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"
|
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 tag $fileversion to remote"
|
||||||
git push --tags
|
git push origin $fileversion
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -243,5 +243,5 @@ PackageZip
|
||||||
echo "Generating Portable"
|
echo "Generating Portable"
|
||||||
PackagePortable
|
PackagePortable
|
||||||
|
|
||||||
echo "Tagging with $fileversion"
|
echo "build successful, tagging with $fileversion"
|
||||||
TagCode
|
TagCode
|
Loading…
Add table
Add a link
Reference in a new issue