From 172597712f956f9319ff55080540a271e470d468 Mon Sep 17 00:00:00 2001 From: Ash Date: Fri, 24 Mar 2017 19:15:13 +1100 Subject: [PATCH] Try GitHub releases with CircleCI --- circle.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/circle.yml b/circle.yml index 8ea25f1..c51681e 100644 --- a/circle.yml +++ b/circle.yml @@ -9,3 +9,10 @@ compile: general: artifacts: - "ci" + +deployment: + nightlies: + branch: master + commands: + - go get github.com/tcnksm/ghr + - ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME `git describe --tags` ci/