Skip to content

Commit d9317fc

Browse files
author
Warren Seymour
committed
Remove another prefixed 'v'
1 parent 9966148 commit d9317fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/github.build.deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ then
2626
fi
2727

2828
echo "Attempting to create tag ${VERSION} on ${TRAVIS_REPO_SLUG}"
29-
API_JSON=$(printf '{"tag_name": "%s","target_commitish": "master","name": "v%s","body": "Automated pre-release build %s","draft": false,"prerelease": true}' $VERSION $VERSION $VERSION)
29+
API_JSON=$(printf '{"tag_name": "%s","target_commitish": "master","name": "%s","body": "Automated pre-release build %s","draft": false,"prerelease": true}' $VERSION $VERSION $VERSION)
3030
ADDRESS=$(printf 'https://api.github.com/repos/%s/releases?access_token=%s' $TRAVIS_REPO_SLUG $GITHUB_TOKEN)
3131

3232
REPLY=$(curl --data "$API_JSON" "$ADDRESS");

0 commit comments

Comments
 (0)