Skip to content

Commit

Permalink
roll go version for ghr
Browse files Browse the repository at this point in the history
  • Loading branch information
corbinlc committed Jan 11, 2025
1 parent 19bb513 commit ab8b036
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ jobs:
- run:
name: "Publish Release on GitHub"
command: |
go mod init github.com/tcnksm/ghr
go get -u github.com/tcnksm/ghr
go install github.com/tcnksm/ghr@latest
VERSION=$CIRCLE_TAG
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete -prerelease ${VERSION} output/release/
Expand Down

0 comments on commit ab8b036

Please sign in to comment.