Skip to content

Commit

Permalink
fix circleci release step #306
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-guggisberg committed Nov 19, 2018
1 parent a810987 commit 9074601
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,7 @@ jobs:
name: "Publish Release on GitHub"
command: |
CHANGELOG="**Changes**\n\nTODO list resolved issues"
TAG="$(git describe --tags)"
echo "TAG - " ${TAG}
echo "CIRCLE_TAG - " ${CIRCLE_TAG}
ghr -t ${GITHUB_API_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -n ${CIRCLE_TAG} -b ${CHANGES} -delete ${CIRCLE_TAG} ./build/
ghr -t ${GITHUB_API_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -b ${CHANGELOG} -recreate ${CIRCLE_TAG} ./build/
workflows:
version: 2
Expand Down

0 comments on commit 9074601

Please sign in to comment.