diff --git a/scripts/upload_git.sh b/scripts/upload_git.sh index 5dd16788..61409e22 100644 --- a/scripts/upload_git.sh +++ b/scripts/upload_git.sh @@ -3,7 +3,7 @@ # Upload binary artifacts when a new release is made. # -set -ex +set -e # Ensure that the GITHUB_TOKEN secret is included if [[ -z "$GITHUB_TOKEN" ]]; then