ci: update GoReleaser action to version 6
- Update GoReleaser action from version 5 to version 6 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
50e34882a3
commit
c0e111cbef
|
@ -22,7 +22,7 @@ jobs:
|
|||
check-latest: true
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
# either 'goreleaser' (default) or 'goreleaser-pro'
|
||||
distribution: goreleaser
|
||||
|
|
Loading…
Reference in New Issue