Skip to content

Commit fc91e8e

Browse files
committed
Fix ci release job
1 parent 4156c3e commit fc91e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- run:
6262
name: "Publish Release on GitHub"
6363
command: |
64-
go get github.com/tcnksm/ghr@v0.13.0
64+
go get github.com/tcnksm/ghr
6565
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./release/
6666
6767
workflows:

0 commit comments

Comments
 (0)