Skip to content
Snippets Groups Projects
Commit 4b7f4b91 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix tag and push tag

parent 0c2a45a6
No related branches found
No related tags found
No related merge requests found
...@@ -107,8 +107,6 @@ fi ...@@ -107,8 +107,6 @@ fi
echo "----------------------------------" echo "----------------------------------"
echo "- Executing git push, with tag: v$2" echo "- Executing git push, with tag: v$2"
echo "----------------------------------" echo "----------------------------------"
description="$4" description="$4"
if [[ "_$description" == "_" ]]; then if [[ "_$description" == "_" ]]; then
description="Release v$2" description="Release v$2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment