fix(ci): replace goreleaser --rm-dist flag by --clean

This commit is contained in:
RouxAntoine 2024-12-22 12:31:33 +01:00
parent c7a0a5057d
commit 5a6d67beba
No known key found for this signature in database
GPG Key ID: 098FB66FC0475E70

View File

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