Fix deprecated GoReleaser option (#74)

This commit is contained in:
Cubicroot 2024-10-21 21:15:48 +02:00 committed by GitHub
parent 15ea2935be
commit c871854a13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,6 +96,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}