Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed Apr 6, 2019
1 parent 72319d3 commit 71f2f59
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 @@ -55,7 +55,6 @@ jobs:
- run:
name: "Publish Release on GitHub"
command: |
go get -u github.com/git-chglog/git-chglog/cmd/git-chglog
VERSION=$(git describe --abbrev=0 --tags)
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./dist/
Expand Down

0 comments on commit 71f2f59

Please sign in to comment.