diff --git a/src/semver.sh b/src/semver.sh index eab2c52..407f050 100644 --- a/src/semver.sh +++ b/src/semver.sh @@ -84,8 +84,6 @@ if [[ "$GIT_TAG" = "" ]]; then else tag=${GIT_TAG//v} print "STAG $tag" - IFS='.' - mails2=$IN i=1 for x in $tag do