bump workflow for goreleaser to latest

This commit is contained in:
Cody Lee 2023-04-10 08:46:24 -05:00
parent 4156a077c5
commit dd82c46ec0
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -56,12 +56,12 @@ jobs:
# on your needs.
- name: "make key file"
run: "echo '${{ secrets.GPG_SIGNING_KEY }}' > /tmp/key.gpg"
- uses: goreleaser/goreleaser-action@v3
- uses: goreleaser/goreleaser-action@v4
with:
# either 'goreleaser' (default) or 'goreleaser-pro':
distribution: goreleaser-pro
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro'