From 5edc4cbf7a75aee80807f276fa0d05bf2fa5f647 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 26 Jan 2026 16:02:37 -0300 Subject: [PATCH] ci: use goreleaser nightly (#1987) * 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 * chore: comment Signed-off-by: Carlos Alexandro Becker --------- Signed-off-by: Carlos Alexandro Becker --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7337e1dc58c039785a4b3f51a161cc3217d4a8a2..368a53af629553b1d34bc682f7f5e7b7f53be777 100644 --- a/.github/workflows/release.yml +++ b/.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 }}