From 999e1f350cc56f817f46d71914cfb77cb4b02363 Mon Sep 17 00:00:00 2001 From: go-to-k <24818752+go-to-k@users.noreply.github.com> Date: Fri, 16 Aug 2024 22:53:51 +0900 Subject: [PATCH] ci: use goreleaser v6 --- .github/actions/release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index 0a03b6a..feae35d 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -12,7 +12,7 @@ runs: with: go-version-file: go.mod - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: version: latest args: release --clean