We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4156c3e commit fc91e8eCopy full SHA for fc91e8e
.circleci/config.yml
@@ -61,7 +61,7 @@ jobs:
61
- run:
62
name: "Publish Release on GitHub"
63
command: |
64
- go get github.com/tcnksm/ghr@v0.13.0
+ go get github.com/tcnksm/ghr
65
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./release/
66
67
workflows:
0 commit comments