When trying to use this orb with our GitHub Enterprise instance and only running gh/release it errors out calling
gh auth setup-git --hostname "$PARAM_GH_HOSTNAME".
I get the following error:
Authenticating GH CLI
You are not logged into the GitHub host "**REDACTED**"
Exited with code exit status 1
Orb version: 2.0.0
What happened:
When trying to use this orb with our GitHub Enterprise instance and only running
gh/release
it errors out callinggh auth setup-git --hostname "$PARAM_GH_HOSTNAME"
.I get the following error:
Expected behavior:
I think just running
gh/release
should only runinstall
notsetup
.Additional Information:
Related Issue https://github.com/CircleCI-Public/github-cli-orb/issues/9