feat(ci): updates goreleaser action to v5
All checks were successful
build / build (push) Successful in 2m1s
All checks were successful
build / build (push) Successful in 2m1s
This commit is contained in:
parent
df4035ef1e
commit
837db0c6ec
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
- run: go mod tidy
|
||||
- run: go test -v ./...
|
||||
- run: git reset --hard
|
||||
- uses: goreleaser/goreleaser-action@v2
|
||||
- uses: goreleaser/goreleaser-action@v5
|
||||
if: success() && startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
version: latest
|
||||
|
|
Loading…
Add table
Reference in a new issue