Skip to content

Commit

Permalink
Fix ghr arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
swo0k committed Oct 1, 2018
1 parent 6f81ed7 commit 750a988
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 @@ -61,7 +61,7 @@ jobs:
- run:
name: "Publish Release on GitHub"
command: |
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_TAG} -delete ${VERSION} /tmp/bin
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -replace ${CIRCLE_TAG} /tmp/bin
workflows:
version: 2
main:
Expand Down

0 comments on commit 750a988

Please sign in to comment.