1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +02:00

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 10:57:41 -04:00
committed by GitHub
parent c90f1085f2
commit f9cea01cfc

View File

@@ -21,4 +21,4 @@ if [ -n "$GITHUB_TOKEN" ]; then
fi fi
# shellcheck disable=SC2068 # shellcheck disable=SC2068
goreleaser $@ exec goreleaser $@