Skip to content

Commit

Permalink
for circelci try to use CIRCLE_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Mar 3, 2018
1 parent c99b082 commit 465f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- run: go get github.com/tcnksm/ghr
- deploy:
name: "Deploy to Github"
command: ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace `git describe --tags` /distrib
command: ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG /distrib


workflows:
Expand Down

0 comments on commit 465f1de

Please sign in to comment.