-
Notifications
You must be signed in to change notification settings - Fork 13
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
Infer some values for Github Release #29
Comments
Hi, and thanks for opening this issue! Why would version automatically become "latest"? |
Mostly to have a default in place, though I'd be fine leaving that out to force consumers to think about versioning and pinning the version. |
Ok, that makes sense. Would you be interested in contributing? I'm happy to help / review, but it would probably take me a few weeks to get back to adding this. configurator/src/configurator.ts Lines 75 to 81 in 94e10ec
|
I can def contribute that :) |
Done! Lmk if it looks good: #30 |
Having used this action a few times now, I think there's some possibility to make the action a bit less boilerplate-y.
Specifically, if the user specifies a
urlTemplate
that matches^https:\/\/github\.com\/(?<repo>.*\/.*)\/releases\/download\/
, infer the following:So that this:
would become this:
The text was updated successfully, but these errors were encountered: