Skip to content

Commit c538fa3

Browse files
author
Aaron Frase
committed
Added username flag to ghr
1 parent 20ffe03 commit c538fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run:
5555
name: Upload binaries
5656
command: |
57-
ghr -replace ${CIRCLE_TAG} dist
57+
ghr -u afrase -replace ${CIRCLE_TAG} dist
5858
5959
workflows:
6060
version: 2

0 commit comments

Comments
 (0)