1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

Escape release notes

This commit is contained in:
Tae Won Ha 2016-10-07 22:47:38 +02:00
parent ca4384e8be
commit b5d5e06e6d
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -62,7 +62,7 @@ GITHUB_TOKEN=$(cat ~/.config/github.qvacua.release.token) github-release release
--repo vimr \
--tag ${TAG_NAME} \
--name ${RELEASE_VERSION} \
--description ${RELEASE_NOTES} \
--description "${RELEASE_NOTES}" \
--pre-release
GITHUB_TOKEN=$(cat ~/.config/github.qvacua.release.token) github-release upload \