mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-30 13:12:25 -05:00
fix the push-tags target
This commit is contained in:
parent
258b0039d5
commit
5c9b1db459
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user