Skip to content

Commit

Permalink
Merge pull request #3787 from weaveworks/release-args-unquoted
Browse files Browse the repository at this point in the history
Don't quote RELEASE_ARGS which may contain two arguments
  • Loading branch information
bboreham authored May 18, 2020
2 parents 01804cb + 7a9c514 commit e907a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit e907a51

Please sign in to comment.