From 6fb07cdf7279c0a0072b673862f78d5830d040c5 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 26 Aug 2024 18:52:00 +0800 Subject: [PATCH] ci: upgrade goreleaser action to version 6 - Update the goreleaser action version from v5 to v6 Signed-off-by: Bo-Yi Wu --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 0392c49..b00b7a0 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -23,7 +23,7 @@ jobs: go-version-file: go.mod check-latest: true - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser