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