Browse Source

Fix bug with tag name extract

Shelikhoo 5 years ago
parent
commit
9928eca26f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      release/tagrelease.sh

+ 1 - 1
release/tagrelease.sh

@@ -21,7 +21,7 @@ then
 fi
 
 
-GITHUB_RELEASE_TAG=${TRIGGER_REASON:${#CONST_refsB}:10}
+GITHUB_RELEASE_TAG=${TRIGGER_REASON:${#CONST_refsB}:25}
 
 echo ${GITHUB_RELEASE_TAG}