From 9af59bc90c13203e82a04fdaa40128f8839460ce Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Sun, 4 Dec 2022 14:26:32 -0600 Subject: [PATCH] bump to goreleaser action v3 --- .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 923e8ae5..cf97136d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: # on your needs. - name: "make key file" run: "echo '${{ secrets.PACKAGECLOUD_SIGNING_GPG }}' > /tmp/key.gpg" - - uses: goreleaser/goreleaser-action@v2 + - uses: goreleaser/goreleaser-action@v3 with: # either 'goreleaser' (default) or 'goreleaser-pro': distribution: goreleaser-pro