From c4976e1e9fd43b87ffd45cb821e43ae95dc94228 Mon Sep 17 00:00:00 2001 From: nmanu1 Date: Mon, 30 Oct 2023 12:08:31 -0400 Subject: [PATCH] v0.27.0 try with only one check first --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b04bf857..3da5c7a2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,13 +35,12 @@ jobs: exit 1 fi if - grep -zq 'bumping studio-plugin\nnpm ERR! Version not changed' temp-bump-versions.txt && - grep -zq 'bumping studio-ui\nnpm ERR! Version not changed' temp-bump-versions.txt && - grep -zq 'bumping studio\nnpm ERR! Version not changed' temp-bump-versions.txt + grep -zq 'bumping studio-plugin\nnpm ERR! Version not changed' temp-bump-versions.txt then if git diff --exit-code then - exit 0 + echo "Success" + exit 1 fi echo "Found unexpected git diff from running the bump-versions.mjs script." exit 1