fix shell suntax error

Change-Id: I0376ca5db1d75981f6eafb1447d321f1e3523169
diff --git a/tools/build/onos-release b/tools/build/onos-release
index 2cda036..5b65c20 100755
--- a/tools/build/onos-release
+++ b/tools/build/onos-release
@@ -48,7 +48,7 @@
 onos-upload-artifacts.py publishing-catalog ${publish_url}
 if [ $dryRun -eq 0 ]; then
     onos-upload-artifacts.py
-else
+fi
 
 # Build ONOS archetypes & deploy to staging repo using the release profile.
 # Note that release of the staging repository is a separate manual step.