Skip to content

Commit 2f4f686

Browse files
committed
ci: fix deprecated useage of --rm-dist option
1 parent 9bba0d3 commit 2f4f686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
uses: goreleaser/goreleaser-action@v4
2727
with:
2828
version: latest
29-
args: release --rm-dist --config .github/goreleaser.yml
29+
args: release --clean --config .github/goreleaser.yml
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)