fetch
fetch copied to clipboard
Download latest release regardless of tag
Is it possible to download a specific item in the most recent release without specifying the tag?
for example like is possible with https://github.com/gruntwork-io/fetch/releases/latest/download/fetch_linux_amd64
@gruntwork-codeowner
I too would like to know how to do this. It seems the documentation currently requires that a tag is set, and tag="latest" does not work. I also tried tag=">version" but it did not actually download the latest but the one just before that, oddly.