Sfoglia il codice sorgente

Fix bug with tag name extract

Shelikhoo 5 anni fa
parent
commit
9928eca26f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}