Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
go back to version that worked. add back other checks
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent 13d6a27 commit dee07fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
exit 1
fi
if
grep -q 'bumping studio-plugin.npm ERR! Version not changed' temp-bump-versions.txt
grep -zq 'bumping studio-plugin.npm ERR! Version not changed' temp-bump-versions.txt &&
grep -zq 'bumping studio-ui.npm ERR! Version not changed' temp-bump-versions.txt &&
grep -zq 'bumping studio.npm ERR! Version not changed' temp-bump-versions.txt
then
if git diff --exit-code
then
Expand Down

0 comments on commit dee07fd

Please sign in to comment.