Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit 13ad288

Browse files
committed
Update ghr 0.13.0
1 parent be8de6d commit 13ad288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
name: Deploy
2929
command: |
3030
if [ "$CIRCLE_TAG" != "" ]; then
31-
curl -sSL https://github.com/tcnksm/ghr/releases/download/v0.12.0/ghr_v0.12.0_linux_amd64.tar.gz -o ghr.tar.gz
31+
curl -sSL https://github.com/tcnksm/ghr/releases/download/v0.13.0/ghr_v0.13.0_linux_amd64.tar.gz -o ghr.tar.gz
3232
tar xzf ghr.tar.gz
3333
if [[ $CIRCLE_TAG = *"rc"* ]]; then
3434
pre=-prerelease
3535
fi
36-
./ghr_v0.12.0_linux_amd64/ghr $pre -u hypriot $CIRCLE_TAG output/
36+
./ghr_v0.13.0_linux_amd64/ghr $pre -u hypriot $CIRCLE_TAG output/
3737
fi
3838
3939
workflows:

0 commit comments

Comments
 (0)