Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
try adding back logic, and missing spaces?
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent d5bf71d commit 11fd83b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,19 @@ jobs:
echo "Package versions did not match ${{ steps.vars.outputs.version }}."
exit 1
fi
echo "FAIL"
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
exit 0
fi
echo "Found unexpected git diff from running the bump-versions.mjs script."
exit 1
fi
echo "Error running the bump-version.mjs script."
cat temp-bump-versions.txt
exit 1
- name: check linting
Expand Down

0 comments on commit 11fd83b

Please sign in to comment.