Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
test simpler version
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent bec36e1 commit d5bf71d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,7 @@ jobs:
echo "Package versions did not match ${{ steps.vars.outputs.version }}."
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
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 "FAIL"
cat temp-bump-versions.txt
exit 1
- name: check linting
Expand Down

0 comments on commit d5bf71d

Please sign in to comment.