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

Commit

Permalink
Update ghr 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Mar 14, 2020
1 parent be8de6d commit 13ad288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
name: Deploy
command: |
if [ "$CIRCLE_TAG" != "" ]; then
curl -sSL https://github.com/tcnksm/ghr/releases/download/v0.12.0/ghr_v0.12.0_linux_amd64.tar.gz -o ghr.tar.gz
curl -sSL https://github.com/tcnksm/ghr/releases/download/v0.13.0/ghr_v0.13.0_linux_amd64.tar.gz -o ghr.tar.gz
tar xzf ghr.tar.gz
if [[ $CIRCLE_TAG = *"rc"* ]]; then
pre=-prerelease
fi
./ghr_v0.12.0_linux_amd64/ghr $pre -u hypriot $CIRCLE_TAG output/
./ghr_v0.13.0_linux_amd64/ghr $pre -u hypriot $CIRCLE_TAG output/
fi
workflows:
Expand Down

0 comments on commit 13ad288

Please sign in to comment.