Skip to content

Commit

Permalink
goreleaser: use --clean instead of now unsupported --rm-dist flag
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Jul 25, 2023
1 parent 2c89c34 commit f43826a
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 @@ -46,7 +46,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist --config ../.goreleaser.yaml
args: release --clean --config ../.goreleaser.yaml
workdir: ./v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f43826a

Please sign in to comment.