Merge pull request #727 from unpoller/dependabot/github_actions/goreleaser/goreleaser-action-6

Bump goreleaser/goreleaser-action from 5 to 6
This commit is contained in:
Cody Lee 2024-06-10 05:03:27 -05:00 committed by GitHub
commit acc2ffe8e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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@v5
- uses: goreleaser/goreleaser-action@v6
with:
# either 'goreleaser' (default) or 'goreleaser-pro':
distribution: goreleaser-pro