Skip to content

Commit 8921fb2

Browse files
committed
fix goreleaser argument
1 parent d52092d commit 8921fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
distribution: goreleaser
2424
version: latest
25-
args: release --rm-dist
25+
args: release
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)