mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
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:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user