From 5e01f0276a7b1838a60d05c34e6f1dfeb233e2e7 Mon Sep 17 00:00:00 2001 From: janus_wel Date: Wed, 25 May 2016 01:27:10 +0900 Subject: [PATCH] remove quotation ' --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 8fcc550..992c331 100644 --- a/circle.yml +++ b/circle.yml @@ -6,6 +6,6 @@ deployment: tag: /v(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*)){2}/ commands: - go get github.com/mitchellh/gox - - go get github.com/tcnksm/ghr' + - go get github.com/tcnksm/ghr - gox -osarch "linux/amd64 linux/arm darwin/amd64 windows/amd64" -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" - ghr -t ${GITHUB_TOKEN} -u ${USERNAME} -r ${CIRCLE_PROJECT_REPONAME} --replace $(cat release_tag) dist/