Skip to content

Commit bde8b38

Browse files
authored
fix: goreleaser --clean flag (#33)
1 parent a8530aa commit bde8b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
distribution: goreleaser
5252
version: latest
53-
args: release --rm-dist
53+
args: release --clean
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656

0 commit comments

Comments
 (0)