Skip to content

Commit 3d8226b

Browse files
committed
action: update goreleaser-action to latest
Signed-off-by: Abirdcfly <[email protected]>
1 parent e418fc6 commit 3d8226b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
go-version-file: 'go.mod'
2020
- name: Run GoReleaser
21-
uses: goreleaser/goreleaser-action@v3
21+
uses: goreleaser/goreleaser-action@v6
2222
with:
2323
distribution: goreleaser
2424
version: latest
25-
args: release --rm-dist
25+
args: release --clean
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)