From 9a4a89490223f21861cbbe5a4fcae3655ac736dc Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Wed, 7 Jan 2026 08:24:13 -0500 Subject: Update goreleaser action --- .github/workflows/goreleaser.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index bad062e..7e759e3 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -24,10 +24,8 @@ jobs: name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: - # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser - # 'latest', 'nightly', or a semver - version: 'latest' + version: '~> v2' args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3