Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Change release title
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Neff committed Aug 25, 2018
1 parent 47ff875 commit 356bc40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:

publish-github-release:
docker:
- image: cibuilds/github:0.10
- image: andyneff/ghr
steps:
- attach_workspace:
at: /dist
- run:
name: "Publish Release on GitHub"
command: |
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -b "v${CIRCLE_TAG} Release" ${CIRCLE_TAG} /dist/
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -n "v${CIRCLE_TAG} Release" ${CIRCLE_TAG} /dist/
workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deploy:
secure: "eHlYqNBBcOV7zoHKu/NKF2iscI4OOubVdeGd/Ddw6zosZmASZE0ZUMCSfQGpy55/SFl6YFxy3YZ2z6HeoK88jr3Jqhork6UwMVqGhemA3fSM+boHoAcYQmA984kumBoUNPqqoNt6OFP6SREzRZyBTyTii2y7iCvsP7mhVWztxT2suYIyXF8WivlqWL1SSj4WP00bd08xflJFg17jD1RWwBEjzBd8KmpLt+sogWDH8wrjCRb4Deooud2yURGmCsvoTnlUoZZe1TB4vzMR4Th08Lcy7hZARwkVcwDwmnLYg7stoFOJ2hQ8mzv02lMTDKlI7GOHexXztF/d5wtc/dyGDeC9KP8k+7/stV8UfxWLnRMTdYqJZq6qARx//8oJegFAW3/dS3izKAkzvwOcQXY/xDiPcxzmQCI2GC39VDlyi8+PNaBHjEKCgHJp8DcwgPn0VfOyn04IyE9qaZ91BGi/UXV3zhw2BaBmF5UKXnJI/LuMhhA/0kELB2Xzu0I+DNx0K5jjxHviOMCcwu8YcI7BAKefpBCdPIt+AYX4mYOx72MrOfnoz5n1XquCwQ6+0mBY1ImPSjNpaKDACpOWJ9KFfGfI+Z4AOjBRioyi+8ZZeMCno+X0dL2qKR24vBTT5NAI3Hd33C6zmZhXkpJp/SUWxJ5HwU6R+aAFoQJSNkPLA1o="
file_glob: true
file: dist/*
body: v${TRAVIS_TAG} Release
name: v${TRAVIS_TAG} Release
skip_cleanup: true
on:
tags: true

0 comments on commit 356bc40

Please sign in to comment.