Skip to content

Commit

Permalink
Bump version and add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei committed Mar 24, 2020
1 parent 0fdc50d commit deebf44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,14 @@ jobs:

deploy-release-github:
docker:
- image: cibuilds/github:0.12
- image: cibuilds/github:0.13
steps:
- attach_workspace:
at: dist
- run:
name: "Publish Release on Github"
command: |
cat ./dist/release-notes.md
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -b "$(< ./dist/release-notes.md)" -c ${CIRCLE_SHA1} -n ${CIRCLE_TAG} -delete ${CIRCLE_TAG} dist/*.tar.gz
workflows:
Expand Down

0 comments on commit deebf44

Please sign in to comment.