Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
remove conditional brackets
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent 9fd4c7c commit 1cbbb71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cbbb71

Please sign in to comment.