fix: run goreleaser via exec to handle ctrl+c (#2525)

Signed-off-by: Artur Troian <troian.ap@gmail.com>
This commit is contained in:
Artur Troian
2021-09-27 11:57:41 -03:00
committed by GitHub
parent c90f1085f2
commit f9cea01cfc
+1 -1
View File
@@ -21,4 +21,4 @@ if [ -n "$GITHUB_TOKEN" ]; then
fi
# shellcheck disable=SC2068
goreleaser $@
exec goreleaser $@