Skip to content

Commit f835035

Browse files
committed
Revert temporary release script tweak.
1 parent 3c36035 commit f835035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/push-release

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

1010
if ! git diff-index --quiet HEAD --; then
1111
echo "You have uncommitted changes"
12-
# exit 1
12+
exit 1
1313
fi
1414

1515
VERSION=$1
@@ -42,7 +42,7 @@ read -p "Submit Flambe $VERSION to haxelib [Y/n]? " CONFIRM
4242
case "$CONFIRM" in
4343
"Y" | "y" | "")
4444
# Upload the demos
45-
# $DEMOS_ROOT/bin/upload-all
45+
$DEMOS_ROOT/bin/upload-all
4646

4747
# Upload the NPM module
4848
npm publish ./command --force

0 commit comments

Comments
 (0)