Skip to content

Commit c149af4

Browse files
Switch to ghr v0.16.2 (support release w/o artifacts)
1 parent 7ea588b commit c149af4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -637,9 +637,9 @@ jobs:
637637
- run:
638638
name: "Publish Release on GitHub"
639639
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} \
643643
-r ${CIRCLE_PROJECT_REPONAME} -n "TypeDB Driver $(cat VERSION)" -b "$(cat ./RELEASE_NOTES_LATEST.md)" \
644644
-c ${CIRCLE_SHA1} -delete $(cat VERSION)
645645

0 commit comments

Comments
 (0)