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:
parent
d4dd610805
commit
786d38c7bf
@ -23,8 +23,7 @@ GITHUB_TOKEN=$(cat ~/.config/github.qvacua.release.token) github-release release
|
||||
--repo vimr \
|
||||
--tag "${TAG}" \
|
||||
--name "${COMPOUND_VERSION}" \
|
||||
--description "${RELEASE_NOTES}" \
|
||||
"${PRERELEASE}"
|
||||
--description "${RELEASE_NOTES}" "${PRERELEASE}"
|
||||
|
||||
echo "### Uploading build"
|
||||
GITHUB_TOKEN=$(cat ~/.config/github.qvacua.release.token) github-release upload \
|
||||
|
Loading…
Reference in New Issue
Block a user