1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 23:36:08 +03:00

Fix build script

This commit is contained in:
Tae Won Ha 2016-11-04 21:06:38 +01:00
parent d4dd610805
commit 786d38c7bf
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -23,8 +23,7 @@ GITHUB_TOKEN=$(cat ~/.config/github.qvacua.release.token) github-release release
--repo vimr \ --repo vimr \
--tag "${TAG}" \ --tag "${TAG}" \
--name "${COMPOUND_VERSION}" \ --name "${COMPOUND_VERSION}" \
--description "${RELEASE_NOTES}" \ --description "${RELEASE_NOTES}" "${PRERELEASE}"
"${PRERELEASE}"
echo "### Uploading build" echo "### Uploading build"
GITHUB_TOKEN=$(cat ~/.config/github.qvacua.release.token) github-release upload \ GITHUB_TOKEN=$(cat ~/.config/github.qvacua.release.token) github-release upload \