From 45b95fe90601b15c5c8a9901f47a21f9858729cf Mon Sep 17 00:00:00 2001 From: Phil Leggetter Date: Fri, 11 Oct 2024 11:30:57 -0500 Subject: [PATCH] chore: add version to goreleaser config (#112) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1334c3..87d2a58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: + version: "~> v2" args: release --clean env: # GitHub sets the GITHUB_TOKEN secret automatically.