ci: fix goreleaser --rm-dist deprecation (#223)

This commit is contained in:
Geoff Bourne 2023-09-09 13:30:53 -05:00 committed by GitHub
parent afdca5646e
commit 33f393f1b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,6 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}