Closed Seasawher closed 2 months ago
This behaviour is because gh release list --repo leanprover/lean4
believes that v4.9.1 is the latest release:
In sense it is correct! As far as I can see, this is the first time in the release history of Lean 4 that the current strategy of lean-update fails. Not clear the best strategy to extract the wanted release from gh releases list.
If v4.9.2 or newer version come, I will think this issue seriously. I don't came up with any easy way to fix this.
In this workflow, it downloads v4.9.1 as the latest release.
see https://github.com/lean-ja/lean-by-example/actions/runs/9883761323/job/27299040801#step:3:1
but actually v4.10.0-rc2 is the latest. This is a bug of the way to get latest release.
important note: this issue make the workflow fail