fix the push-tags target

This commit is contained in:
Jesse Vincent 2012-01-17 17:47:20 -08:00
parent 5b7cf15753
commit 47efcae69c
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
<arg line="push"/>
</exec>
<exec executable="git" failonerror="true">
<arg line="push tag ${version-name}"/>
<arg line="push origin tag ${version-name}"/>
</exec>
</target>