Skip to content

Commit

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

0 comments on commit b297147

Please sign in to comment.