lycheeverse / lychee-action

Github action to check for broken links in Markdown, HTML, and text files using lychee, a fast link checker written in Rust.
https://lychee.cli.rs
Apache License 2.0
323 stars 48 forks source link

Bump version to 0.16.x, respect new tag names #249

Closed mre closed 1 month ago

mre commented 1 month ago

With 0.16.x, we started to release the lychee CLI binary separately from the lychee library. As a consequence, the crates get prefixed differently on GitHub releases:

We need to account for that when downloading the binary, as shown in this commit.

Should be merged after https://github.com/lycheeverse/lychee-action/pull/248, which refactors the pipeline a bit to make discovering those issues easier in the future.

@sebastiaanspeck fyi

sebastiaanspeck commented 1 month ago

Fix https://github.com/lycheeverse/lychee-action/pull/250 OR rename lycheeVersion from v0.16.1 to lychee-v0.16.1