1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

git push --tags

This commit is contained in:
Jesse Vincent 2011-02-05 21:45:39 -05:00
parent 35fcbd3428
commit c1df45414f

View File

@ -109,7 +109,7 @@
<arg line="commit -m'Bumped manifest to ${version-name}' AndroidManifest.xml"/> <arg line="commit -m'Bumped manifest to ${version-name}' AndroidManifest.xml"/>
</exec> </exec>
<exec executable="git" failonerror="true"> <exec executable="git" failonerror="true">
<arg line="push"/> <arg line="push --tags"/>
</exec> </exec>
</target> </target>