Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Add explicit repo param for ghr
Browse files Browse the repository at this point in the history
  • Loading branch information
David Swift committed Jan 26, 2018
1 parent 27f05b3 commit 2a7411e
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 @@ -58,7 +58,7 @@ jobs:
- run: echo 'export GOPATH=$HOME/go' >> $BASH_ENV
- run:
name: Release package to github
command: bin/ghr -u "${CIRCLE_USERNAME}" ${CIRCLE_TAG} "bin/darwin_amd64/terraform-provider-aws_${CIRCLE_TAG}"
command: bin/ghr -u "${CIRCLE_USERNAME}" -r "${CIRCLE_REPOSITORY_URL}" "${CIRCLE_TAG}" "bin/darwin_amd64/terraform-provider-aws_${CIRCLE_TAG}"

workflows:
version: 2
Expand Down

0 comments on commit 2a7411e

Please sign in to comment.