1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

fix the push-tags target

This commit is contained in:
Jesse Vincent 2012-01-17 17:47:20 -08:00
parent 258b0039d5
commit 5c9b1db459

View File

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