We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting a failure when trying to pass a name / title to this.
ghr -t "${GITHUB_TOKEN}" -u "${CIRCLE_PROJECT_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}" -c "${CIRCLE_SHA1}" -n "RELEASE NAME" "v1.0.0" ./
flag provided but not defined: -n Usage: ghr [options...] TAG PATH
The text was updated successfully, but these errors were encountered:
The same happens for -soft.
-soft
Sorry, something went wrong.
Guessing the problem lies with CIRCLE_PROJECT_REPONAME being the empty string, had the same at #122 (comment)
CIRCLE_PROJECT_REPONAME
No branches or pull requests
I'm getting a failure when trying to pass a name / title to this.
ghr -t "${GITHUB_TOKEN}" -u "${CIRCLE_PROJECT_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}" -c "${CIRCLE_SHA1}" -n "RELEASE NAME" "v1.0.0" ./
flag provided but not defined: -n
Usage: ghr [options...] TAG PATH
The text was updated successfully, but these errors were encountered: