Skip to content

Commit

Permalink
Fix bug with tag name extract
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Jul 3, 2020
1 parent a5fa0f5 commit 9928eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/tagrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 9928eca

Please sign in to comment.