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