Update goreleaser/goreleaser-action action to v3
This commit is contained in:
parent
81b65b42b6
commit
7bd25a0711
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- run: go test ./...
|
- run: go test ./...
|
||||||
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v3
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
args: release --rm-dist
|
args: release --rm-dist
|
||||||
|
|
Loading…
Reference in a new issue