Skip to content

Commit

Permalink
Added username flag to ghr
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Frase committed Sep 21, 2017
1 parent 20ffe03 commit c538fa3
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 @@ -54,7 +54,7 @@ jobs:
- run:
name: Upload binaries
command: |
ghr -replace ${CIRCLE_TAG} dist
ghr -u afrase -replace ${CIRCLE_TAG} dist
workflows:
version: 2
Expand Down

0 comments on commit c538fa3

Please sign in to comment.