Skip to content

Different download path for the latest release (2.64.0) #10113

@maurczz

Description

@maurczz

Describe the bug

The path to download the latest release is slightly different than previous releases. For some reason, it drops a v in the folder name, example:

Latest

https://github.com/cli/cli/releases/download/2.64.0/gh_2.64.0_linux_amd64.deb

Previous

https://github.com/cli/cli/releases/download/v2.63.2/gh_2.63.2_linux_amd64.deb

This broke one of the my CI provider's helpers that tries to install the latest minor/patch within a major version.

I can force my provider's helper to download the previous version until they amend their code, but this bug makes me wonder if this change was intentional or something that is expected moving forward.

Thank you!

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingneeds-triageneeds to be reviewed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions