dsaltares / fetch-gh-release-asset

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

Regex support for downloading assets from specific tags in a mono repo #64

Open zargarzadehm opened 2 months ago

zargarzadehm commented 2 months ago

I'm exploring options for using regular expressions to define version patterns in my workflow. In a common mono repo release scenario, multiple applications may have different tags (e.g., app1/v2.0.0 and app2/v4.0.0). Ideally, I want to download assets from the latest tag that starts with app1/. Implementing regex compatibility within the action would allow me to achieve this by defining a pattern specifically for app1/* tags.