We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6000432 commit e73bef2Copy full SHA for e73bef2
.circleci/config.yml
@@ -45,7 +45,6 @@ jobs:
45
name: Publish executable on GitHub
46
command: |
47
go get github.com/tcnksm/ghr
48
- VERSION=$(my-binary --version)
49
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete "1.0.0" ./src/dist/
50
51
workflows:
0 commit comments