Skip to content

Commit

Permalink
remove quotation '
Browse files Browse the repository at this point in the history
  • Loading branch information
januswel committed May 24, 2016
1 parent 4e4dd74 commit 5e01f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 5e01f02

Please sign in to comment.