bump to goreleaser action v3

This commit is contained in:
Cody Lee 2022-12-04 14:26:32 -06:00
parent 714923dc9d
commit 9af59bc90c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
# on your needs. # on your needs.
- name: "make key file" - name: "make key file"
run: "echo '${{ secrets.PACKAGECLOUD_SIGNING_GPG }}' > /tmp/key.gpg" run: "echo '${{ secrets.PACKAGECLOUD_SIGNING_GPG }}' > /tmp/key.gpg"
- uses: goreleaser/goreleaser-action@v2 - uses: goreleaser/goreleaser-action@v3
with: with:
# either 'goreleaser' (default) or 'goreleaser-pro': # either 'goreleaser' (default) or 'goreleaser-pro':
distribution: goreleaser-pro distribution: goreleaser-pro