mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-12 04:25:08 -05:00
Fixes to the bump-version target
This commit is contained in:
parent
35f0b953c2
commit
5cc80372bc
@ -90,6 +90,9 @@
|
|||||||
<exec executable="git" failonerror="true">
|
<exec executable="git" failonerror="true">
|
||||||
<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">
|
||||||
|
<arg line="push"/>
|
||||||
|
</exec>
|
||||||
<exec executable="git" failonerror="true">
|
<exec executable="git" failonerror="true">
|
||||||
<arg line="push --tags"/>
|
<arg line="push --tags"/>
|
||||||
</exec>
|
</exec>
|
||||||
|
Loading…
Reference in New Issue
Block a user