chore(deps): update goreleaser/goreleaser-action action to v6 (#29)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-23 14:20:14 +00:00 committed by GitHub
parent 256989f4a3
commit f244acdfaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,9 +18,9 @@ jobs:
go-version-file: go.mod go-version-file: go.mod
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5 uses: goreleaser/goreleaser-action@v6
with: with:
version: latest version: "~> v2"
args: release --clean args: release --clean
env: env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }}