Skip to content

Commit

Permalink
argh! #306
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-guggisberg committed Nov 20, 2018
1 parent 6fdf148 commit 7beb67c
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 @@ -137,7 +137,7 @@ jobs:
name: "Publish Release on GitHub"
command: |
CHANGELOG="**Changes:**<p><p>[**TODO** list of resolved issues]"
ghr -t ${GITHUB_API_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -b "${CHANGELOG}"" -recreate ${CIRCLE_TAG} ./installer_build/
ghr -t ${GITHUB_API_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -b "${CHANGELOG}" -recreate ${CIRCLE_TAG} ./installer_build/
workflows:
version: 2
Expand Down

1 comment on commit 7beb67c

@tripodsan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

;-)

Please sign in to comment.