-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat: support using nightly version #203
Comments
SGTM. Let me create PR for this. |
As it fits the idea... Currently, this repo needs a manual push to match a new release on the main repo, e.g. 5d778f1. |
@kemingy, do you have any thoughts on this? I'm not sure what to do here. I wouldn't be against adding such an option, but it might be some additional work. |
I think it requires additional logic to get the latest release version in the action. One possible cmd is: gh release list --repo lycheeverse/lychee --exclude-drafts --exclude-pre-releases --limit 1 | awk '{print $4}' |
Thanks for the info. I wouldn't mind adding support for it if someone is willing to create a pull request for it. If it's a lot of work, then it's out of scope for now. |
As we accomplished in lycheeverse/lychee#1212. We're now able to use the nightly release. However, I found that this action will add a
v
prefix to thelycheeVersion
.I'm not sure which way you prefer:
v
prefix and set the defaultlycheeVersion
tov0.13.0
What do you think? I'm glad to create a PR.
The text was updated successfully, but these errors were encountered: