Don't quote RELEASE_ARGS which may contain two arguments

If it is "--draft --pre-release" then we need to pass that unquoted so
it is seen as two arguments.
This commit is contained in:
Bryan Boreham
2020-04-10 17:39:47 +00:00
parent 6f05b09081
commit 7a9c5142f5

View File

@@ -144,7 +144,7 @@ draft() {
fi
echo "== Creating GitHub release $RELEASE_ARGS $RELEASE_NAME $VERSION"
github-release release "$RELEASE_ARGS" \
github-release release $RELEASE_ARGS \
--user "$GITHUB_USER" \
--repo scope \
--tag "$LATEST_TAG" \