Skip to content

Commit

Permalink
goreleaser - replace deprecated --rm-dist flag with --clean
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinheavyside committed Aug 30, 2024
1 parent b8f8005 commit 59f5c1e
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 59f5c1e

Please sign in to comment.