Skip to content

Commit

Permalink
Merge pull request #198 from sgerrand/circleci-prefer-go-install
Browse files Browse the repository at this point in the history
Prefer go install for ghr
  • Loading branch information
sgerrand committed Apr 13, 2023
2 parents 793ce8c + 79194d6 commit 0d226ba
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 @@ -12,10 +12,10 @@ references:
upload-packages: &upload-packages
run:
command: apk add --no-cache git openssh-client
name: Install dependencies of go get
name: Install dependencies of go install
upload-ghr: &upload-ghr
run:
command: go get github.com/tcnksm/ghr
command: go install github.com/tcnksm/ghr@latest
name: Install ghr executable
jobs:
build:
Expand Down

0 comments on commit 0d226ba

Please sign in to comment.