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 \
|
--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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user