Skip to content

Commit ea08267

Browse files
Simon Prochazkafallion
authored andcommitted
chore: fix goreleaser
1 parent 16a8eb5 commit ea08267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: goreleaser/goreleaser-action@v6
2525
with:
2626
version: latest
27-
args: release --rm-dist
27+
args: release --clean
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

0 commit comments

Comments
 (0)