You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: