Skip to content

Commit b1f0f42

Browse files
committed
Prefix version with v
1 parent fa6a4c7 commit b1f0f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if [[ "develop" == "${CIRCLE_BRANCH}" ]]; then
5151
GHR_OPTS="-prerelease -replace"
5252
fi
53-
ghr ${GHR_OPTS} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} $(cat version.txt) github-latest
53+
ghr ${GHR_OPTS} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} v$(cat version.txt) github-latest
5454
workflows:
5555
commit:
5656
jobs:

0 commit comments

Comments
 (0)