Current problems with latest seems to be caused by gohugoio/hugo#13147. v0.139.5 does not include any assets, which the action is trying to fetch.
##[debug]Failed to download from "https://github.com/gohugoio/hugo/releases/download/v0.139.5/hugo_extended_0.139.5_Linux-
Would it be posible for this to be automated?
For example I create releases manually to push new versions, but then the build automation automatically updates the assets so there is never a build without assets.
I am using hugo as a DevContainer feature and it defaults to latest.
If you are in that boat, set the version like this without a “v”.
“features”: {
"ghcr.io/devcontainers/features/hugo:1": {
“extended”: true,
“version”: “0.139.4”
},
"ghcr.io/devcontainers/features/go:1": {
“version”: “latest”
}
}