jetify-com / devbox

Instant, easy, and predictable development environments
https://www.jetify.com/devbox/
Apache License 2.0
7.83k stars 187 forks source link

[CI] Update go-releaser action #2143

Closed Lagoja closed 2 weeks ago

Lagoja commented 2 weeks ago

--rm-dist flag is deprecated in newer versions of Goreleaser in favor of clean: https://goreleaser.com/deprecations/#-rm-dist

Release action was failing due to the deprecated flag. This PR replaces it with the new clean flag

Summary

How was it tested?