github-release-cli
github-release-cli copied to clipboard
please add --gh-repo (combined owner and repo)
This would ease the use from GH actions, which does not have the "single" repo name in its default environment variables, only:
GITHUB_REPOSITORYThe owner and repository name. For example,octocat/Hello-World.
While it is possible to split this combined one in a GH action before calling github-release it would be more useful to be able to pass that variable directly and let github-release split it (single place instead of many GH actions).