Skip to content

Commit 51af7e8

Browse files
Merge pull request #272 from redpanda-data/gavinheavyside/update-goreleaser-flags
goreleaser - replace deprecated --rm-dist flag with --clean
2 parents b8f8005 + 59f5c1e commit 51af7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

+1-1
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)