Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zargarzadehm opened this issue Jun 26, 2024 · 0 comments

Comments

@zargarzadehm
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant