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

This commit is contained in:
Forgejo Actions 2023-11-29 21:17:36 +00:00
parent adefce509b
commit 1a29339130

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