From 04c4c2105264eb3c65a2c894aa633067dd1d2dda Mon Sep 17 00:00:00 2001 From: Tom Tankilevitch <59158507+Tankilevitch@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:35:02 +0300 Subject: [PATCH] upgrade goreleaser version and fix deprecated methods (#156) --- .github/workflows/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 575c724d..14a40e11 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -40,10 +40,10 @@ jobs: passphrase: ${{ secrets.PASSPHRASE }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5.0.0 + uses: goreleaser/goreleaser-action@v6.0.0 with: - version: latest - args: release --rm-dist + version: '~> v2' + args: release --clean env: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} # GitHub sets this automatically