git push --tags

This commit is contained in:
Jesse Vincent 2011-02-05 21:45:39 -05:00
parent 35fcbd3428
commit c1df45414f
1 changed files with 1 additions and 1 deletions

View File

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