Skip to content

Commit e73bef2

Browse files
committed
Update config.yml
1 parent 6000432 commit e73bef2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
name: Publish executable on GitHub
4646
command: |
4747
go get github.com/tcnksm/ghr
48-
VERSION=$(my-binary --version)
4948
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete "1.0.0" ./src/dist/
5049
5150
workflows:

0 commit comments

Comments
 (0)