chore: fix goreleaser task
All checks were successful
arcad/emissary/pipeline/head This commit looks good

This commit is contained in:
wpetit 2023-11-30 19:47:00 +01:00
parent 5c2d128e8c
commit a6da1be3bf

View File

@ -1,5 +1,5 @@
LINT_ARGS ?= --timeout 5m
GORELEASER_ARGS ?= release --snapshot --rm-dist --help
GORELEASER_ARGS ?= release --snapshot --clean
GITCHLOG_ARGS ?=
SHELL := /bin/bash