From dee07fda3b8bf6bb97fdf01970425906886696ea Mon Sep 17 00:00:00 2001 From: nmanu1 Date: Mon, 30 Oct 2023 14:10:18 -0400 Subject: [PATCH] v0.27.0 go back to version that worked. add back other checks --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61e9eeef8..fdda9be51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,9 @@ jobs: exit 1 fi if - grep -q 'bumping studio-plugin.npm ERR! Version not changed' temp-bump-versions.txt + grep -zq 'bumping studio-plugin.npm ERR! Version not changed' temp-bump-versions.txt && + grep -zq 'bumping studio-ui.npm ERR! Version not changed' temp-bump-versions.txt && + grep -zq 'bumping studio.npm ERR! Version not changed' temp-bump-versions.txt then if git diff --exit-code then