Skip to content

Commit

Permalink
try to fix deploy to github release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Jan 11, 2020
1 parent 2dbbbca commit 425caab
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 @@ -224,7 +224,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 $CIRCLE_TAG /distrib
command: $HOME/go/bin/ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG /distrib

# -------------------------------------
# publish docker amd64
Expand Down

0 comments on commit 425caab

Please sign in to comment.