Skip to content

Commit 4a0d18b

Browse files
authored
Merge pull request #325 from chaspy/fix-go-releaser
Fix deplecation arg
2 parents ab39f54 + d3f1746 commit 4a0d18b

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
@@ -20,6 +20,6 @@ jobs:
2020
uses: goreleaser/goreleaser-action@v4
2121
with:
2222
version: latest
23-
args: release --rm-dist
23+
args: release --clean
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)