From 77ebf822f945d04ccc54caa16efdba9b7ac393fb Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 19 Feb 2025 18:20:36 +0500 Subject: [PATCH 1/2] Set GoReleaser version to 2 in config --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 31a6b24..c17bc69 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,6 @@ # Visit https://goreleaser.com for documentation on how to customize this # behavior. +version: 2 before: hooks: # this is just an example and not a requirement for provider building/publishing From c9f0b4f230071ec642fbd51458a0b002e7fac3c9 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 19 Feb 2025 18:21:17 +0500 Subject: [PATCH 2/2] Set GoReleaser version to 2 in config --- .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 d85ab5e..82a7bb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6.2.1 with: - version: latest + version: '~> v2' args: release --clean env: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}