Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
correct exit code
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent dee07fd commit d3c08bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
then
if git diff --exit-code
then
echo "Success"
exit 1
exit 0
fi
echo "Found unexpected git diff from running the bump-versions.mjs script."
exit 1
Expand Down

0 comments on commit d3c08bd

Please sign in to comment.