Skip to content

Commit

Permalink
ci: remove deprecated goreleaser option (#663)
Browse files Browse the repository at this point in the history
Remove deprecated goreleaser option --rm-dist and use --clean instead
to prevent deprecation warning.
  • Loading branch information
stevenh committed Feb 20, 2024
1 parent 1bfd3c1 commit cfabb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Expand Up @@ -27,6 +27,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cfabb1f

Please sign in to comment.