Skip to content

Commit

Permalink
circleci config: Add ghr install
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb26 committed Nov 8, 2023
1 parent 1e67c5b commit a244fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- run:
name: Github release
command: |
go install github.com/tcnksm/ghr@latest
PATH=$PATH:$HOME/go/bin
if [ "$CIRCLE_TAG" != "" ]
then
Expand Down

0 comments on commit a244fb5

Please sign in to comment.