From 2a9b31222bb0777cc01d229e4714eab8bc0e5d23 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Wed, 14 Sep 2022 10:52:55 +0200 Subject: [PATCH] Fix version. --- version.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/version.sh b/version.sh index 67afe93..41413ff 100755 --- a/version.sh +++ b/version.sh @@ -1,9 +1,8 @@ #!/bin/bash -# You can pass --force as first parameter to force push and tag creation. -echo "Creating tag $@" +echo "Creating tag $1" -TAG="v$@" +TAG="v$1" git tag -a ${TAG} if [[ "$@" == *'--from-ci'* ]]