-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Specifying lycheeVersion as "nightly" broken #232
Comments
Oh well. Wonder how we can fix it. |
To avoid breaking compatibility with people already using the Action, a solution might be introducing a |
We could introduce a breaking change with a new version but yeah, it's not ideal. Alternatively, we could check if version is nightly and avoid prepending the |
Seems that this is broken even on |
The reason seems to be lycheeverse/lychee#1464, which renamed the release assets. Note: This will be a major problem once the next lychee version is released, because then not only the I opened #234 to fix that. |
This is a consequence of #232. It adds a few additional tests for special lychee versions to avoid breaking changes in the future.
This is a consequence of #232. It adds a few additional tests for special lychee versions to avoid breaking changes in the future.
As the GitHub Action prepends "v" to the
lycheeVersion
(so it becomesvnightly
instead ofnightly
) when grabbing the binary from GitHub, trying to use the nightly version with this GitHub Action is broken.The text was updated successfully, but these errors were encountered: