diff --git a/.github/workflows/check-dist.yaml b/.github/workflows/check-dist.yaml index a460adf..4481824 100644 --- a/.github/workflows/check-dist.yaml +++ b/.github/workflows/check-dist.yaml @@ -37,7 +37,6 @@ jobs: - name: Compare the expected and actual dist/ directories id: diff - continue-on-error: true run: | if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then echo "Detected uncommitted changes after build. See status below:"