File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -637,9 +637,9 @@ jobs:
637
637
- run :
638
638
name : " Publish Release on GitHub"
639
639
command : |
640
- wget https://github.com/tcnksm/ghr/releases/download/v0.12.1 /ghr_v0.12.1_linux_amd64 .tar.gz
641
- tar -xf ghr_v0.12.1_linux_amd64 .tar.gz
642
- ghr_v0.12.1_linux_amd64 /ghr -t ${REPO_GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} \
640
+ wget https://github.com/tcnksm/ghr/releases/download/v0.16.2 /ghr_v0.16.2_linux_amd64 .tar.gz
641
+ tar -xf ghr_v0.16.2_linux_amd64 .tar.gz
642
+ ghr_v0.16.2_linux_amd64 /ghr -t ${REPO_GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} \
643
643
-r ${CIRCLE_PROJECT_REPONAME} -n "TypeDB Driver $(cat VERSION)" -b "$(cat ./RELEASE_NOTES_LATEST.md)" \
644
644
-c ${CIRCLE_SHA1} -delete $(cat VERSION)
645
645
You can’t perform that action at this time.
0 commit comments