Skip to content

Commit a02b45a

Browse files
committed
Replace a deprecated argument.
1 parent 9bb96bb commit a02b45a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: goreleaser/goreleaser-action@v6
2727
with:
2828
version: latest
29-
args: --rm-dist --snapshot
29+
args: --clean --snapshot
3030

3131
test:
3232
name: Test

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ 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 }}

0 commit comments

Comments
 (0)