Skip to content

Commit 00330c8

Browse files
authored
Merge pull request #68 from rneatherway/rneatherway-patch-1
Fix deprecated goreleaser argument
2 parents ecda780 + 0a9e475 commit 00330c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.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@v4
2525
with:
2626
version: latest
27-
args: --rm-dist --snapshot
27+
args: --clean --snapshot
2828

2929
test:
3030
name: Test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: goreleaser/goreleaser-action@v4
2424
with:
2525
version: latest
26-
args: release --rm-dist
26+
args: release --clean
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)