From ac024f94a48c6d643c97927b06fef8b4f06d285e Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Mon, 7 Feb 2022 20:26:34 -0500 Subject: [PATCH] encapsulate showing the signing log with failing (#807) Signed-off-by: Alex Goodman --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f485749dc..4666a4371 100644 --- a/Makefile +++ b/Makefile @@ -322,7 +322,7 @@ release: clean-dist CHANGELOG.md ## Build and publish final binaries and packag --config $(TEMPDIR)/goreleaser.yaml \ --parallelism 1 \ --release-notes <(cat CHANGELOG.md)\ - || cat .github/scripts/apple-signing/log/*.txt && false" + || (cat .github/scripts/apple-signing/log/*.txt && false)" cat .github/scripts/apple-signing/log/*.txt