Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jul 9, 2023
1 parent 0758465 commit dd01f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [[ ! -z "$(git status --porcelain)" ]]
then
echo "Your working directory is dirty. Did you forget to commit your changes?"

# exit 1
exit 1
fi

# Make sure latest changes are fetched first.
Expand Down

0 comments on commit dd01f48

Please sign in to comment.