Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
patch: re-enable ghr
Browse files Browse the repository at this point in the history
  • Loading branch information
bgokden committed Nov 28, 2019
1 parent 66071e1 commit b2d8468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
name: "Publish Release on GitHub"
command: |
VERSION=$(cat ./artifacts/version.txt)
# rm ./artifacts/version.txt
# ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/
rm ./artifacts/version.txt
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/
workflows:
version: 2
main:
Expand Down

0 comments on commit b2d8468

Please sign in to comment.