Skip to content

Commit

Permalink
removed line 160
Browse files Browse the repository at this point in the history
  • Loading branch information
DHaussermann authored Mar 19, 2020
1 parent 7912be7 commit 0ea3db4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,3 @@ jobs:
name: "Publish Release on Github"
command: |
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
© 2020 GitHub, Inc.

0 comments on commit 0ea3db4

Please sign in to comment.