chore(deps): update goreleaser/goreleaser-action action to v5 #71
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: |
|
||||
go install gotest.tools/gotestsum@latest
|
||||
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') }}
|
||||
with:
|
||||
distribution: goreleaser
|
||||
|
|
Loading…
Reference in a new issue