From 1cbbb71585b73f1fdeda0c2f5c96631b0256b37d Mon Sep 17 00:00:00 2001 From: nmanu1 Date: Mon, 30 Oct 2023 10:59:11 -0400 Subject: [PATCH] v0.27.0 remove conditional brackets --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f8c074bc..3aa383d70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,11 +34,10 @@ jobs: echo "Package versions did not match ${{ steps.vars.outputs.version }}." exit 1 fi - if [[ + 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 - ]] then if git diff --exit-code then