dsaltares / fetch-gh-release-asset

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

latest commit broke my build #39

Closed steveklabnik closed 2 years ago

steveklabnik commented 2 years ago

Example of the failure: https://github.com/oxidecomputer/hubris/pull/505

TL;DR: apparently a release named "nightly" is a "malformed version" after https://github.com/dsaltares/fetch-gh-release-asset/pull/36 landed.

I haven't taken the time to investigate exactly why yet, but figured I should let you know! We've pinned to 0.0.8 in the meantime.

dsaltares commented 2 years ago

I think this is a duplicate of #38. Thanks for reporting. Glad you could just pin to the previous release.