From 2721bb511aa64bc0b43905d7aaa5a2251a246202 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Fri, 23 Oct 2015 14:02:52 -0700 Subject: [PATCH] Quoting tag for github release --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f494198f7..2a2b5d695 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,6 +73,6 @@ script: done; fi; echo "Uploading package ${BOLD}${BLUE}${NAME}${TEXTRESET} to ${YELLOW}${REPO}${TEXTRESET}@${YELLOW}${TAG}${TEXTRESET}"; - github-release upload --security-token $GH_TOKEN --user ${GH_USER} --repo $REPO --tag $TAG --name "$NAME" --file "$file"; + github-release upload --security-token $GH_TOKEN --user ${GH_USER} --repo $REPO --tag "$TAG" --name "$NAME" --file "$file"; done; fi