Skip to content

Commit dd01f48

Browse files
Update release.sh
1 parent 0758465 commit dd01f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [[ ! -z "$(git status --porcelain)" ]]
2727
then
2828
echo "Your working directory is dirty. Did you forget to commit your changes?"
2929

30-
# exit 1
30+
exit 1
3131
fi
3232

3333
# Make sure latest changes are fetched first.

0 commit comments

Comments
 (0)