dsaltares / fetch-gh-release-asset

Github Action to download an asset from a Github release
MIT License
114 stars 70 forks source link

Update Readme on example for fetching release by tag #6

Closed KernCheh closed 4 years ago

KernCheh commented 4 years ago

Hi,

It might be beneficial to include an example of how to use the version attribute to fetch a release by tag name

In particular, it has to be tags/<tagname> or <release-id>, which the latter is pretty much blind to most users

Thanks!

dsaltares commented 4 years ago

Thanks a lot for suggesting this change and making the docs better!