ci: use goreleaser nightly (#1987)

Carlos Alexandro Becker created

* ci: use goreleaser nightly

reason: https://github.com/goreleaser/goreleaser/commit/20d273bf4a96d2cebd0d99dcd9b10dc17cf71d61

should fix https://github.com/charmbracelet/nur/issues/42

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* chore: comment

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

.github/workflows/release.yml | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

.github/workflows/release.yml 🔗

@@ -17,6 +17,8 @@ jobs:
     with:
       go_version: "1.25"
       macos_sign_entitlements: "./.github/entitlements.plist"
+      # XXX: remove it after goreleaser 2.14.
+      goreleaser_version: nightly
     secrets:
       docker_username: ${{ secrets.DOCKERHUB_USERNAME }}
       docker_token: ${{ secrets.DOCKERHUB_TOKEN }}