Skip to content

Commit

Permalink
cicd: update GoReleaser arguments to use --clean flag instead of --rm…
Browse files Browse the repository at this point in the history
…-dist in release.yml
  • Loading branch information
tmeckel committed Oct 8, 2024
1 parent 568aeb4 commit 8530d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
args: -p 3 release --rm-dist
args: -p 3 release --clean
version: latest

strategy:
Expand Down

0 comments on commit 8530d6a

Please sign in to comment.