Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jm9e authored Aug 6, 2018
1 parent 802b147 commit 959f8d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
- checkout
- run:
name: Package
command: |
CIRCLE_TAG=v0.2
python3 ./ci/package.py ${CIRCLE_TAG}
command: python3 ./ci/package.py ${CIRCLE_TAG}
- run:
name: Release
command: ${GOPATH}/bin/ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${CIRCLE_TAG} ./ci/release/
Expand Down

0 comments on commit 959f8d1

Please sign in to comment.