Skip to content

Commit b7eb591

Browse files
committed
Fix release GitHub Actions
1 parent 73424c0 commit b7eb591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: goreleaser/goreleaser-action@v6
2828
with:
2929
distribution: goreleaser
30-
args: release --rm-dist --config .goreleaser.yaml
30+
args: release --clean --config .goreleaser.yaml
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)