ci: update goreleaser args (#538)

Update goreleaser args to use the new non-deprecated --clean.
This commit is contained in:
Steven Hartland
2024-11-04 11:07:44 +00:00
committed by GitHub
parent c136deb268
commit c9ce175a19

View File

@@ -25,7 +25,7 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution