Closed AlexCELewis closed 1 year ago
The url that linked to specific tags had a typo in it. The correct url is https://github.com/{}/{}/releases/tag/{} not https://github.com/{}/{}/releases/tags/{}.
https://github.com/{}/{}/releases/tag/{}
https://github.com/{}/{}/releases/tags/{}
e.g: Correct: https://github.com/channable/hoff/releases/tag/v0.30.0 Wrong: https://github.com/channable/hoff/releases/tags/v0.30.0
@OpsBotPrime merge
Pull request approved for merge by @AlexCELewis, rebasing now.
Rebased as 919423f833ac5964c4b5866bed12768f6e1f9f8f, waiting for CI …
CI job :yellow_circle: started.
The url that linked to specific tags had a typo in it. The correct url is
https://github.com/{}/{}/releases/tag/{}
nothttps://github.com/{}/{}/releases/tags/{}
.e.g: Correct: https://github.com/channable/hoff/releases/tag/v0.30.0 Wrong: https://github.com/channable/hoff/releases/tags/v0.30.0