1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

Fix bug with tag name extract

This commit is contained in:
Shelikhoo 2020-07-03 14:55:31 +08:00
parent a5fa0f5afd
commit 9928eca26f
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -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}