goreleaser / goreleaser-action

GitHub Action for GoReleaser
https://github.com/marketplace/actions/goreleaser-action
MIT License
853 stars 75 forks source link

Cannot find GoReleaser release 2.1.0 in https://goreleaser.com/static/releases.json #469

Closed twpayne closed 2 months ago

twpayne commented 2 months ago

Title says it all.

The action is currently failing with the above error message.

See, for example: https://github.com/twpayne/chezmoi/actions/runs/9928048276/job/27429277114

Refs https://github.com/twpayne/chezmoi/pull/3867.

caarlos0 commented 2 months ago

oh, good find!

reason: https://github.com/goreleaser/goreleaser/actions/runs/9921903807/attempts/1

caarlos0 commented 2 months ago

thanks for reporting this, and sorry for the trouble. hopefully this is fixed for good now.

https://github.com/goreleaser/goreleaser/commit/c3ea906db834a7c9fc3f189537f9cbe741243bd6

twpayne commented 2 months ago

Confirmed, thanks! https://github.com/twpayne/chezmoi/actions/runs/9928048276/job/27431676263?pr=3867

Thank you for the very speedy fix!