chore(deps): update goreleaser/goreleaser-action action to v5 #71

Merged
prskr merged 1 commit from renovate/goreleaser-goreleaser-action-5.x into main 2023-11-29 21:20:46 +00:00
Showing only changes of commit 1a29339130 - Show all commits

View file

@ -29,7 +29,7 @@ jobs:
run: | run: |
go install gotest.tools/gotestsum@latest go install gotest.tools/gotestsum@latest
gotestsum --junitfile out/results.xml --format pkgname-and-test-fails -- -race -shuffle=on ./... gotestsum --junitfile out/results.xml --format pkgname-and-test-fails -- -race -shuffle=on ./...
- uses: goreleaser/goreleaser-action@v4 - uses: goreleaser/goreleaser-action@v5
if: ${{ !startsWith(github.ref, 'refs/tags/v') }} if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
with: with:
distribution: goreleaser distribution: goreleaser