Skip to content

Commit

Permalink
User ghr prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
fd committed May 3, 2016
1 parent b1589af commit 0412258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed ghr_v0.4.0_darwin_amd64.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ deploy:
- script:
name: "Get ghr"
code: |
curl -O -L https://github.com/tcnksm/ghr/releases/download/v0.4.0/ghr_v0.4.0_linux_amd64.zip
unzip -p ghr_v0.4.0_linux_amd64.zip ghr > /usr/local/bin/ghr
curl -O -L https://github.com/tcnksm/ghr/releases/download/pre-release/linux_amd64.zip
unzip -p linux_amd64.zip ghr > /usr/local/bin/ghr
chmod a+x /usr/local/bin/ghr
- script:
name: "Push release"
Expand Down

0 comments on commit 0412258

Please sign in to comment.