Merge pull request #618 from unpoller/dependabot/github_actions/goreleaser/goreleaser-action-5

Bump goreleaser/goreleaser-action from 4 to 5
This commit is contained in:
Cody Lee 2023-09-18 05:12:30 -05:00 committed by GitHub
commit 7e73b1bfbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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