Skip to content

Commit 59f5c1e

Browse files
goreleaser - replace deprecated --rm-dist flag with --clean
1 parent b8f8005 commit 59f5c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: startsWith(github.ref, 'refs/tags/')
1818
with:
1919
version: latest
20-
args: release --rm-dist
20+
args: release --clean
2121
workdir: .
2222
env:
2323
CGO_ENABLED: 0

0 commit comments

Comments
 (0)