Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
try with only one check first
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent b297147 commit c4976e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4976e1

Please sign in to comment.