Skip to content
Discussion options

You must be logged in to vote

Debe ser porque el tag ya existe. Lo corriste anteriormente?
Si es así, hace lo siguiente:
1)Este comando es para borrar localmente:
git tag --delete entrega-final
2)Este para borrarlo en el servidor:
git push --delete origin entrega-final
3)Y otra vez ejecuta el comando:
mvn clean verify && git tag entrega-final && git push origin HEAD --tags

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gastonprieto
Comment options

@LeoSabaLagos
Comment options

Answer selected by LeoSabaLagos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants