diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b36f6fe78..7b04bf857 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,9 +35,9 @@ 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 && + 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 then if git diff --exit-code then