Skip to content

Commit

Permalink
build: upgrade goreleaser flags
Browse files Browse the repository at this point in the history
addresses the following deprecation warning:

    Flag --rm-dist has been deprecated, please use --clean instead
  • Loading branch information
davidalpert committed Feb 2, 2024
1 parent 6045b02 commit 86cd3a0
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 @@ -105,7 +105,7 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --rm-dist --release-notes RELEASE_NOTES.md
args: release --clean --release-notes RELEASE_NOTES.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
Expand Down

0 comments on commit 86cd3a0

Please sign in to comment.