1
0
mirror of https://github.com/mgechev/revive.git synced 2025-03-17 20:57:58 +02:00

Fix goreleaser (#1014)

This commit is contained in:
Denis Voytyuk 2024-07-24 07:16:11 +02:00 committed by GitHub
parent 7ef710a0c2
commit bedce659ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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