Skip to content

Commit

Permalink
Merge pull request #272 from redpanda-data/gavinheavyside/update-gore…
Browse files Browse the repository at this point in the history
…leaser-flags

goreleaser - replace deprecated --rm-dist flag with --clean
  • Loading branch information
gavinheavyside authored Aug 30, 2024
2 parents b8f8005 + 59f5c1e commit 51af7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --rm-dist
args: release --clean
workdir: .
env:
CGO_ENABLED: 0
Expand Down

0 comments on commit 51af7e8

Please sign in to comment.