Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created October 25, 2016 09:21
Show Gist options
  • Save justinvdm/004f4af1b876e4f99e11da62d3de1b3a to your computer and use it in GitHub Desktop.
Save justinvdm/004f4af1b876e4f99e11da62d3de1b3a to your computer and use it in GitHub Desktop.
diff --git a/utils/travis-release.sh b/utils/travis-release.sh
index a6ffc05..b161272 100755
--- a/utils/travis-release.sh
+++ b/utils/travis-release.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
-function release() {
+release() {
./utils/build.sh $APK
./utils/bundle.sh
TAG=$TRAVIS_TAG ./utils/sentry-upload-artefacts.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment