From fb1a5c22b52d4bfac52c09d03e8fecfd88864f04 Mon Sep 17 00:00:00 2001 From: David Hadka Date: Fri, 8 May 2020 18:56:01 -0400 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 97dd746..cda0dfd 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -49,9 +49,9 @@ jobs: run: | npm run build if [ "$(git status --porcelain | wc -l)" -gt "0" ]; then - echo "Detected uncommitted changes after build" + echo "Detected uncommitted changes after build. See status below:" git status - exit 0 + exit 1 fi