mirror of https://github.com/v2ray/v2ray-core
Fix bug with tag name extract
parent
a5fa0f5afd
commit
9928eca26f
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue