Fix missing tag push in git push action.
This commit is contained in:
parent
4cc6cd97f7
commit
8926555ebd
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
||||||
|
|
||||||
<echo message="Push"/>
|
<echo message="Push"/>
|
||||||
<exec executable="git" outputproperty="git.push.out" failifexecutionfails="true">
|
<exec executable="git" outputproperty="git.push.out" failifexecutionfails="true">
|
||||||
<arg line="push"/>
|
<arg line="push --follow-tags"/>
|
||||||
</exec>
|
</exec>
|
||||||
<echo message="${git.push.out}" />
|
<echo message="${git.push.out}" />
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in a new issue