feat(ci): updates goreleaser action to v5
All checks were successful
build / build (push) Successful in 2m1s

This commit is contained in:
Thomas Maurice 2024-02-12 17:43:24 +01:00
parent df4035ef1e
commit 837db0c6ec
Signed by: thomas
GPG key ID: 1D577F50583032A6

View file

@ -18,7 +18,7 @@ jobs:
- run: go mod tidy - run: go mod tidy
- run: go test -v ./... - run: go test -v ./...
- run: git reset --hard - run: git reset --hard
- uses: goreleaser/goreleaser-action@v2 - uses: goreleaser/goreleaser-action@v5
if: success() && startsWith(github.ref, 'refs/tags/') if: success() && startsWith(github.ref, 'refs/tags/')
with: with:
version: latest version: latest