Right now the repo doesn't technically have any releases, so we can't leverage the github API to find the latest release per https://docs.github.com/en/rest/reference/repos#get-the-latest-release
root@use-mike-lb-internal1:/srv/nginx-1.20.1# curl https://api.github.com/repos/openresty/headers-more-nginx-module/releases
[
]
root@use-mike-lb-internal1:/srv/nginx-1.20.1#
That makes it more of a pain to do programmatically and keep things up to date when building infrastructure as code. Please do this so my life gets easier! :)