-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Guard in GithubProvider custom channel breaks case of no prerelease versions #6809
Comments
This ticket has a strange format. Sorry for that. I was trying to reference where this originated. There's an issue if you use the
The string wrap added above causes the
Solution seems to be to just wrap the second option. |
Can you please open a PR with the fix? 🙂 |
Whoops, seems there was an error in some code I suggested:
Since we don't care about number/null when comparing against alpha/beta, let's just wrap
hrefChannel
to beString(hrefChannel)
Originally posted by @mmaietta in #6505 (comment)
The text was updated successfully, but these errors were encountered: