From 38149b751b1a4cee276f16bdfdd820e556d0a982 Mon Sep 17 00:00:00 2001 From: Billy Keyes Date: Mon, 15 Jul 2024 10:26:53 -0700 Subject: [PATCH] Us goreleaser v2 in release workflow I though upgrading to the v6 action did this automatically, but missed that I had pinned a v1 version in the workflow definition. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4159b2e..1de8179 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: - version: v1.23.0 + version: '~> v2' args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}