Fix: goreleaser flag for release
Some checks failed
Webhook Upgrade Validation / webhook-upgrade-check (push) Failing after 25s

Signed-off-by: Anoop Gopalakrishnan <anoop2811@aol.in>
This commit is contained in:
Anoop Gopalakrishnan
2025-09-30 19:41:27 -07:00
parent 773149aa53
commit 17b7edca9e

View File

@@ -79,7 +79,7 @@ jobs:
with:
distribution: goreleaser
version: 1.14.1
args: release --clean --timeout 60m
args: release --rm-dist --timeout 60m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}